decodeGoogleOTP/main.go

9 lines
102 B
Go

package main
import (
"github.com/kuingsmile/decodeGoogleOTP/cmd"
)
func main() {
cmd.Execute()
}