March 2019
Intermediate to advanced
336 pages
9h 9m
English
The Go tool compiler can be invoked with the following command:
go build -gcflags="-S -N"
The list options command syntax is as follows:
go build -x
To test the race conditions, you can use the following command:
go test -race
Running a test method by name can be done using the following syntax:
go test -run=method1
To update your version of Go, you can use the following command:
go get -u
Copying can be done with the following command:
go get -d
To get depths, you can use the following command:
go get -t
To get a list of software, you can use the following command:
go list -f
Read now
Unlock full access