package main import ( "github.com/feiin/go-sniffer/core" ) func main() { core := core.New() core.Run() }