mirror of
https://github.com/fumiama/go-hide-param.git
synced 2026-06-05 07:20:25 +08:00
187 B
187 B
go-hide-param
Cmd line params hiding tool for win & unix in Golang.
Usage
import para "github.com/fumiama/go-hide-param"
// This will hide os.Args[index]
para.Hide(index)