Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 187 Bytes

File metadata and controls

9 lines (8 loc) · 187 Bytes

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)