Created
January 21, 2021 18:38
-
-
Save qweliant/cdf61140bc67a62b050fda287424980e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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