package main import ( "github.com/itworksnow/SpoofDPI/hello" ) func main() { hello.Hello() }