Sonarqube doesn't see code files in Golang

I’m trying to make sonarqube “see” a directory in Golang. I’ve replaced the add_executables command with gobuild and it sees the directory but doesn’t see the code in the subdirectories.All the code from the subdirectories was added in the add_executables command (eg src/utilities.go) but now with go build I dont know how to include the files.
Any guesses?

Hey Ella.

Please stick a single thread per topic. I’ll close this one – feel free to add additional information to your existing topic.