|
@@ -153,7 +153,7 @@ func main() {
|
|
r.GET("/fortunes", fortunes)
|
|
r.GET("/fortunes", fortunes)
|
|
r.GET("/update", update)
|
|
r.GET("/update", update)
|
|
r.GET("/plaintext", plaintext)
|
|
r.GET("/plaintext", plaintext)
|
|
- log.Print("Listening and serving HTTP\n")
|
|
|
|
|
|
+ fmt.Println("Listening and serving HTTP")
|
|
r.Run(":8080")
|
|
r.Run(":8080")
|
|
}
|
|
}
|
|
|
|
|