Explorar o código

Changed repository location

luis %!s(int64=7) %!d(string=hai) anos
pai
achega
3f37de63b5
Modificáronse 2 ficheiros con 10 adicións e 5 borrados
  1. 2 2
      binAssets/binAssets.go
  2. 8 3
      main.go

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 2 - 2
binAssets/binAssets.go


+ 8 - 3
main.go

@@ -5,17 +5,22 @@ package main
 
 import (
 	"fmt"
-	"hexasoftware/cmd/httpServe/binAssets"
-	_ "hexasoftware/lib/prettylog/global"
 	"io"
 	"io/ioutil"
-	"log"
 	"mime"
 	"net"
 	"net/http"
 	"os"
 	"path/filepath"
 	"strings"
+
+	"dev.hexasoftware.com/hxs/httpServe/binAssets"
+
+	"dev.hexasoftware.com/hxs/prettylog"
+)
+
+var (
+	log = prettylog.New("httpServe")
 )
 
 func CreateHandleFunc(prefix string) func(http.ResponseWriter, *http.Request) {