mostly copied from https://gobyexample.com/
-
How to run from a .go file:
go run hello_world.go
-
Build and run:
go build hello_world.go./hello_world
| Name | Name | Last commit date | ||
|---|---|---|---|---|
mostly copied from https://gobyexample.com/
How to run from a .go file:
go run hello_world.goBuild and run:
go build hello_world.go./hello_world