mirror of
https://github.com/40t/go-sniffer.git
synced 2025-08-08 07:59:05 +08:00
11 lines
110 B
Go
11 lines
110 B
Go
package main
|
|
|
|
import (
|
|
"github.com/feiin/go-sniffer/core"
|
|
)
|
|
|
|
func main() {
|
|
core := core.New()
|
|
core.Run()
|
|
}
|