mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
7 lines
78 B
Go
7 lines
78 B
Go
package main
|
|
|
|
import "password-generator/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|