1
0
mirror of https://github.com/fumiama/go-hide-param.git synced 2026-06-04 23:10:24 +08:00

Update README.md

This commit is contained in:
源文雨
2021-09-19 22:04:10 +08:00
committed by GitHub
parent 0534143024
commit 4631004fb5

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)
```