You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/github.com/erikdubbelboer/gspt
Brad Davidson 1eec7348a5
Call setproctitle to conceal node args in ps output
4 years ago
..
.travis.yml Call setproctitle to conceal node args in ps output 4 years ago
LICENSE Call setproctitle to conceal node args in ps output 4 years ago
README.md Call setproctitle to conceal node args in ps output 4 years ago
gspt.go Call setproctitle to conceal node args in ps output 4 years ago
setproctitle.h Call setproctitle to conceal node args in ps output 4 years ago

README.md

gspt

setproctitle() package for Go.

Build Status


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.