5 ms·
`go run` compiles your app already. In the case that you have multiple files in your package you will need to run `go build`
by codegangsta 13y ago
`go run` compiles your app already. In the case that you have multiple files in your package you will need to run `go build`