Fix fmt import error

Not sure how this happened.
This commit is contained in:
Zorchenhimer 2019-03-26 14:30:52 -04:00
parent f5ea701127
commit b03329772e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package main
import ( import (
"flag" "flag"
"fmt"
"net/http" "net/http"
"os" "os"
"os/signal" "os/signal"