mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
10 lines
82 B
Go
10 lines
82 B
Go
package main
|
|
|
|
import (
|
|
"hack-browser-data/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|