1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/flags.go

12 lines
137 B
Go

package main
var flags = struct {
CLI struct {
Length int
SpecialCharacters bool
}
Server struct {
Port int
}
}{}