info
Docker Deploy / build-and-deploy (push) Successful in 2m15s Details

This commit is contained in:
root 2024-07-13 19:32:44 +08:00
parent 4650d3b5f7
commit 8b37ac5ceb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func main() {
c.JSON(200, gin.H{ c.JSON(200, gin.H{
"message": "Hello "+Q, "message": "Hello "+Q,
}) })
fmt.Println("Hello "+Q) fmt.Println("Hello "+Q+"……")
}) })
router.Run(":8080") router.Run(":8080")
} }