Closed wrthomps closed 8 years ago
Includes stub library, test, and main for running an executable. Collaborators should be able to run go run hello.go and go test successfully.
go run hello.go
go test
Superseded by #5, discarding
Includes stub library, test, and main for running an executable. Collaborators should be able to run
go run hello.go
andgo test
successfully.