trevordowdle

Results 2 issues of trevordowdle

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 #...