go-sniffer/main.go

10 lines
107 B
Go

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