Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 115 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 115 Bytes

pwgen-go

Password generator

Build

GOOS=linux GOARCH=amd64 go build
GOOS=darwin GOARCH=amd64 go build