goimports

This commit is contained in:
George Shammas 2015-11-30 17:03:37 +00:00
parent c8cd9ee648
commit e3d1bc7bed

View File

@ -7,13 +7,13 @@ import (
"net/http/fcgi" "net/http/fcgi"
"os" "os"
"path" "path"
"strconv"
"strings" "strings"
"time" "time"
"strconv"
"github.com/gin-gonic/gin"
"github.com/brandfolder/gin-gorelic" "github.com/brandfolder/gin-gorelic"
"github.com/coreos/go-systemd/activation" "github.com/coreos/go-systemd/activation"
"github.com/gin-gonic/gin"
) )
// Logger is a simple log handler, out puts in the standard of apache access log common. // Logger is a simple log handler, out puts in the standard of apache access log common.
@ -190,7 +190,6 @@ func main() {
errc <- fcgi.Serve(fcgi_listen, r) errc <- fcgi.Serve(fcgi_listen, r)
}(errc) }(errc)
// Listen on whatever systemd tells us to. // Listen on whatever systemd tells us to.
listeners, err := activation.Listeners(true) listeners, err := activation.Listeners(true)
if err != nil { if err != nil {