Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Gin Framework | GO Lang

Some simple router examples and practical examples with the gin framework and the go programming language.

this router send you a json data. To see routers JSON

Examples of routers:

  • router.GET("/hello")
  • router.GET("/hello/:name")
  • router.GET("/data")
  • router.GET("/form")
  • router.POST("/form")

For run the project:

  1. first install go programming language from this url.

  2. go to project directory and write in terminal:

        go run main.go
    
  3. go to your browser and open this url: http://localhost:8080/

    you can see urls in top

About

Some simple router examples and practical examples with the gin framework and the go programming language

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages