Browse Source

Update loader.go

Porter Support 3 years ago
parent
commit
da6a458d32
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/server/shared/config/loader/loader.go

+ 2 - 2
api/server/shared/config/loader/loader.go

@@ -4,9 +4,9 @@ import (
 	"errors"
 	"errors"
 	"fmt"
 	"fmt"
 	"io/ioutil"
 	"io/ioutil"
-	"net"
+// 	"net"
 	"net/http"
 	"net/http"
-	"net/url"
+// 	"net/url"
 	"strconv"
 	"strconv"
 
 
 	gorillaws "github.com/gorilla/websocket"
 	gorillaws "github.com/gorilla/websocket"