go_shell/README.md
2015-03-01 12:19:53 +01:00

9 lines
258 B
Markdown

# Tutorial - Write a shell in Go
This code uses literate programming, so everything is in `go_shell.go`.
# Credits
All the merit goes to Stephen Brennen's ["Write a Shell in C"][0] tutorial.
[0]: http://stephen-brennan.com/2015/01/16/write-a-shell-in-c/