mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-09-13 15:44:21 +00:00
goimports
This commit is contained in:
5
main.go
5
main.go
@@ -7,13 +7,13 @@ import (
|
||||
"net/http/fcgi"
|
||||
"os"
|
||||
"path"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
"strconv"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/brandfolder/gin-gorelic"
|
||||
"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.
|
||||
@@ -190,7 +190,6 @@ func main() {
|
||||
errc <- fcgi.Serve(fcgi_listen, r)
|
||||
}(errc)
|
||||
|
||||
|
||||
// Listen on whatever systemd tells us to.
|
||||
listeners, err := activation.Listeners(true)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user