소스 검색

vtoraya_laba

gr782_lva 3 년 전
부모
커밋
7b9e0c9539
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 pm")
+var fmtDate = time.Now().Format("2006-01-02 3:4:5 ")
 
 fmt.Fprintf(w,"made the Vlad\n")
 fmt.Fprintf(w, fmtDate + "\n")