We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11ee05 commit 6b60229Copy full SHA for 6b60229
simple_http_server.go
@@ -17,7 +17,7 @@ func main() {
17
serverBrand.Print()
18
myBrand := figure.NewColorFigure("by PareshPawar.com", "term", "green", true)
19
myBrand.Print()
20
- log.Print("pareshpawar/simple-http-server: Simple HTTP Server Started on port 8081")
+ log.Print("pareshpawar/simple-http-server: Simple HTTP Server Running on port 8081")
21
log.Fatal(http.ListenAndServe("0.0.0.0:8081", nil))
22
}
23
0 commit comments