1
0
mirror of https://github.com/fumiama/go-hide-param.git synced 2026-06-05 23:40:27 +08:00
Files
go-hide-param/README.md
2021-09-19 22:04:10 +08:00

10 lines
187 B
Markdown

# go-hide-param
Cmd line params hiding tool for win & unix in Golang.
## Usage
```go
import para "github.com/fumiama/go-hide-param"
// This will hide os.Args[index]
para.Hide(index)
```