HackBrowserData/main.go
2020-06-25 17:37:18 +08:00

10 lines
82 B
Go

package main
import (
"hack-browser-data/cmd"
)
func main() {
cmd.Execute()
}