mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
1eec7348a5
This is related to #2014. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> |
||
---|---|---|
.. | ||
.travis.yml | ||
gspt.go | ||
LICENSE | ||
README.md | ||
setproctitle.h |
gspt
setproctitle()
package for Go.
Installation
Simple install the package to your $GOPATH with the go tool:
go get github.com/erikdubbelboer/gspt
Make sure Git is installed on your machine and in your system's PATH
.
Usage
import "github.com/erikdubbelboer/gspt"
gspt.SetProcTitle("some title")
Please check the documentation for more details.