Skip to content

Commit

Permalink
removed unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ww9 committed Oct 20, 2018
1 parent 268c8aa commit 6970d6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"flag"
"fmt"
"html/template"
"net/http"
"os"
Expand Down Expand Up @@ -59,7 +58,6 @@ func main() {
}

func pressCTRLCToExit() {
fmt.Printf("\nPress CTRL+C to exit\n")
exitCh := make(chan struct{})
signalCh := make(chan os.Signal, 1)
signal.Notify(signalCh, os.Interrupt)
Expand Down

0 comments on commit 6970d6f

Please sign in to comment.