go-pass-gen/main.go
Ruidy Nemausat 58913e6c87
fix: module
2021-10-20 14:00:12 +02:00

7 lines
89 B
Go

package main
import "github.com/rjNemo/go-pass-gen/cmd"
func main() {
cmd.Execute()
}