An open API service indexing awesome lists of open source software.

https://github.com/fumiama/go-hide-param

Cmd line params hiding tool for win & unix in Golang.
https://github.com/fumiama/go-hide-param

cmdline command command-line go golang golang-package unsafe-pointers

Last synced: 2 months ago
JSON representation

Cmd line params hiding tool for win & unix in Golang.

Awesome Lists containing this project

README

        

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