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