Update main.go
This commit is contained in:
parent
d3346fa0a0
commit
a6339e0d32
|
@ -2,9 +2,9 @@ package main
|
|||
|
||||
import (
|
||||
"flag"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
"log"
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
|
|
Reference in New Issue