Custom Search

Tuesday, May 16, 2017

How does the golang go build command work

$go build --help
$go build -x hello.go
$go build -x -work hello.go



$go build -x -a hello.go
$go build -x -n hello.go

No comments:

Post a Comment