File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Deploy
22
3- on : [push]
3+ on :
4+ push :
5+ paths-ignore :
6+ - " **.md"
47
58jobs :
69 build :
Original file line number Diff line number Diff line change 11module github.com/bob-cd/local-logger
22
3- go 1.24
3+ go 1.24.0
4+
5+ toolchain go1.24.6
46
57require github.com/fsnotify/fsnotify v1.9.0
68
7- require golang.org/x/sys v0.35 .0 // indirect
9+ require golang.org/x/sys v0.36 .0 // indirect
Original file line number Diff line number Diff line change 11github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k =
22github.com/fsnotify/fsnotify v1.9.0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
3- golang.org/x/sys v0.35 .0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
4- golang.org/x/sys v0.35 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
3+ golang.org/x/sys v0.36 .0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
4+ golang.org/x/sys v0.36 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ func put(w http.ResponseWriter, r *http.Request) {
9090 return
9191 }
9292
93- _ , err = log .WriteString (" \n " + strings .TrimSpace (string (data )))
93+ _ , err = log .WriteString (strings .TrimSpace (string (data )) + " \n " )
9494 if err != nil {
9595 errOut (w , err )
9696 return
You can’t perform that action at this time.
0 commit comments