genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update main.go

This commit is contained in:
Geno 2017-03-30 14:41:20 +02:00 committed by GitHub
parent d3346fa0a0
commit a6339e0d32
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@ package main
import ( import (
"flag" "flag"
"log"
"net/http" "net/http"
"os" "os"
"log"
"os/signal" "os/signal"
"syscall" "syscall"