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

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)