mirror of
https://github.com/lloeki/go_shell.git
synced 2025-12-06 02:14:39 +01:00
9 lines
258 B
Markdown
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/
|