Hi all, I am on my second day journey learning Go. I wrote a simple program using IntelliJ plugin and trying to build my module. IntelliJ tells me that compilation completed successfully, but I am not able to find actual compiled files. I also just ran “go build” through terminal on the file I created and did not get any message, which I interpreted as success. Can someone help me to understand what is going on here?
Environment: OS X 10.11.5 (15F34)
GOPATH variable is set and appended to PATH as per installation instructions
bin folder is empty after build