HackBrowserData/main.go

10 lines
82 B
Go

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