diff --git a/main.go b/main.go index 64e52ad..c5b72c8 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ func main() { c.JSON(200, gin.H{ "message": "Hello "+Q, }) - fmt.Println("Hello "+Q) + fmt.Println("Hello "+Q+"……") }) router.Run(":8080") } \ No newline at end of file