package main import ( "github.com/moonD4rk/HackBrowserData/cmd" ) func main() { cmd.Execute() }