trevordowdle
Results
2
issues of
trevordowdle
Tutorial
2
Is there tutorial anywhere that demonstrates how to apply these tools?
#### Expected behavior go build command generates executable when targeting linux #### Actual behavior No executable is generated I see the following output: ``` sh-3.2$ GOOS=linux GOARCH=amd64 go build #...