This commit is contained in:
David Fifield 2017-07-14 20:06:00 -07:00
parent eaa82b8f9a
commit 1966612113

View file

@ -7,15 +7,15 @@ package main
import (
"container/heap"
"flag"
"fmt"
"io/ioutil"
"log"
"net"
"net/http"
"time"
"sync"
"os"
"flag"
"sync"
"time"
)
const (
@ -240,7 +240,6 @@ func main() {
flag.Parse()
if cert == "" || cert_key == "" {
log.Println("Missing options, exiting.")
fmt.Println("Usage:")