1
0
mirror of https://github.com/fumiama/go-hide-param.git synced 2026-06-04 23:10:24 +08:00
This commit is contained in:
fumiama
2021-09-19 22:59:42 +08:00

View File

@@ -1,2 +1,9 @@
# go-hide-param
Hide cmd line params in Golang.
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)
```