mirror of
https://github.com/40t/go-sniffer.git
synced 2025-09-19 01:46:55 +08:00
10 lines
107 B
Go
10 lines
107 B
Go
package main
|
|
|
|
import (
|
|
"github.com/40t/go-sniffer/core"
|
|
)
|
|
|
|
func main() {
|
|
core := core.New()
|
|
core.Run()
|
|
} |