Skip to content

Barebones template for building REST API in GOlang. Only uses go-chi and standard library.

License

Notifications You must be signed in to change notification settings

ahmadayubi/gorest-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorest-template GoDoc

Barebones template for building REST API in GOlang. Uses go-chi as router. Tested with latest version of Go 1.15.6.

Packages Used:

Running

Start server using go run server.go, running on localhost:8080, with routes /world/hello

About

Barebones template for building REST API in GOlang. Only uses go-chi and standard library.

Topics

Resources

License

Stars

Watchers

Forks

Languages