package main import ( "fmt" "github.com/jerry901/SpoofDPI/hello" ) func main() { fmt.Println("Hello, world!") hello.hello() }