Skip to content

Instantly share code, notes, and snippets.

@qweliant
Created January 21, 2021 18:38
Show Gist options
  • Save qweliant/cdf61140bc67a62b050fda287424980e to your computer and use it in GitHub Desktop.
Save qweliant/cdf61140bc67a62b050fda287424980e to your computer and use it in GitHub Desktop.
func main() {
r := gin.Default()
r.POST("/api/info", info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment