gr782_lva 3 rokov pred
rodič
commit
8de2f97b78
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -37,7 +37,7 @@ var remoteIp = r.RemoteAddr
 var splitIp = strings.Split(remoteIp, ".")
 var fmtIP = fmt.Sprint(splitIp[0], ".x./.", strings.Split(splitIp[3], ":")[0])
 
-var fmtDate = time.Now().Format("2006-01-02 3:4:5 ")
+var fmtDate = time.Now().Format("2006-01-02 3:4:5 pm")
 
 fmt.Fprintf(w,"made the Vlad\n")
 fmt.Fprintf(w, fmtDate + "\n")