mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
8 lines
162 B
Go
8 lines
162 B
Go
package cmd
|
|
|
|
var (
|
|
// Length of the generated password.
|
|
Length int
|
|
// WithNumbers is set to true if the new password must contain numbers.
|
|
WithNumbers bool
|
|
)
|