Skip to content

Instantly share code, notes, and snippets.

@cheikhsimsol
Created January 20, 2024 19:43
Show Gist options
  • Save cheikhsimsol/9ee629ce6b0ae50a00429b591b174e37 to your computer and use it in GitHub Desktop.
Save cheikhsimsol/9ee629ce6b0ae50a00429b591b174e37 to your computer and use it in GitHub Desktop.
message := "Hello World"
r := gin.Default()
r.GET("/", func(c *gin.Context){
c.JSON(...)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment