Added mssql plug

This commit is contained in:
solar
2018-11-15 19:44:54 +08:00
parent 3a639ed0f1
commit 955f6f4f92
7 changed files with 376 additions and 84 deletions

View File

@@ -1,10 +1,10 @@
package main
import (
"github.com/40t/go-sniffer/core"
"github.com/feiin/go-sniffer/core"
)
func main() {
core := core.New()
core.Run()
}
}