Tutorial - Write a shell in Go
Find a file
2015-03-01 12:19:53 +01:00
go_shell.go done 2015-03-01 12:19:53 +01:00
README.md done 2015-03-01 12:19:53 +01:00

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" tutorial.