Skip to content

Commit 6b60229

Browse files
committed
startup log updated
1 parent e11ee05 commit 6b60229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_http_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
serverBrand.Print()
1818
myBrand := figure.NewColorFigure("by PareshPawar.com", "term", "green", true)
1919
myBrand.Print()
20-
log.Print("pareshpawar/simple-http-server: Simple HTTP Server Started on port 8081")
20+
log.Print("pareshpawar/simple-http-server: Simple HTTP Server Running on port 8081")
2121
log.Fatal(http.ListenAndServe("0.0.0.0:8081", nil))
2222
}
2323

0 commit comments

Comments
 (0)