- run go
go run hello.go
-
module go
go mod init example.com/greetings
go get -u github.com/chieund/go_module
go mod tidy
golang output assembly
go tool compile -S file.go > file.s
go run hello.go
module go
go mod init example.com/greetings
go get -u github.com/chieund/go_module
go mod tidy
golang output assembly
go tool compile -S file.go > file.s