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?