With the old go version, I can configure the build command in geany as
go install "%d"
But it seems that in Go1 you cannot provide go installan absolute path.
So I need a command to let me run
go install mypackagename
when my edited file
/some/path/to/my/project/go/src/mypackagename/editedfile.go
What can I set in the settings to get this?
Please note that I am linux noob and that there may be a trivial solution using a combination of standard shell commands.
source
share