setproctitle() package for Go.
Simple install the package to your $GOPATH with the go tool:
go get github.com/erikdubbelboer/gsptMake sure Git is installed on your machine and in your system's PATH.
import "github.com/erikdubbelboer/gspt"
gspt.SetProcTitle("some title")Please check the documentation for more details.
