ing
This commit is contained in:
parent
b099b2756e
commit
afe0c8e0a9
4
main.go
4
main.go
|
@ -8,6 +8,7 @@ import (
|
||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
olog "git.loafle.net/overflow/log-go"
|
||||||
"git.loafle.net/overflow_scanner/probe/server"
|
"git.loafle.net/overflow_scanner/probe/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -15,6 +16,9 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
olog.InitializeLogger("")
|
||||||
|
defer olog.Logger().Sync()
|
||||||
|
|
||||||
s := server.New()
|
s := server.New()
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user