go-password/readme.md

24 lines
311 B
Markdown
Raw Permalink Normal View History

2024-02-16 11:19:04 +00:00
# Go Password
A password generator written in Go as a test, replaces the old node based password generator
To build:
```shell
$ go build -ldflags "-s -w"
```
This will build a smaller executable, then do:
```shell
$ sudo cp password /usr/bin/password-gen
```
To copy it into the executable store