@pztrn: you wrote
I'm using Geany while writing Go code and it's vital to have some commands (like golint and gofmt) to be launched periodically.
Apart from having some workbench global settings can't your problem be solved by using filetype specific settings? It should be possible to set ```golint``` and ```gofmt``` for filetype go.