Closed
Description
GopherJS 1.9-1
Golang 1.9
When building on one of my machines (Ubuntu 16.04.3 LTS), the resulting file is named "..js". Any thoughts? Running go build results in a binary that is properly named the parent folder.
I am running build outside the GOPATH. This appears to be the reason for this so I am now using the "-o" flag in order to specify the resulting filename. I don't know if this should be considered a bug or not.