Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 66 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse file Handle CTRL+C properly. Closes #147 . master commit da37168f69c2302c5349bde04c1500fceb446322 1 parent 015c751 qpfiffer authored Jan 31, 2015 Unified Split Showing 1 changed file with 11 additions and 0 deletions . + 11 − 0 frontend/main.go 11 frontend/main.go Show notes View @@ -9,6 +9,7 @@ import ( " log " " net/http " " os " + " os/signal " ) type Con...