diff --git a/src/01-hello.go b/src/01-hello.go index 045cbec..48c070f 100644 --- a/src/01-hello.go +++ b/src/01-hello.go @@ -9,6 +9,6 @@ func main() { } /* -$ go run 01-hello.go // Use `go run` to run the program. +$ go run 01-hello.go // Use `go run` to run it. Hello world */