This commit is contained in:
George Shammas 2022-01-04 17:07:48 -05:00
parent 984be2f57e
commit b91d8b5fda
1 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
package main
import (
"encoding/json"
"fmt"
"github.com/gin-gonic/gin"
proxyproto "github.com/pires/go-proxyproto"
"net"
"os"
"strconv"
"strings"
"time"
"encoding/json"
"github.com/gin-gonic/gin"
proxyproto "github.com/pires/go-proxyproto"
)
type Configuration struct {