Skip to content
/ go-rest-template Public template

Simple REST go template using builtins only packages as much as possible

License

Notifications You must be signed in to change notification settings

Quinntas/go-rest-template

Repository files navigation

Go RestFull Template

This is a simple template for a RestFull API using Go.

Getting Started

Installing dependencies

go mod tidy
go mod vendor

Building the project

go build -v ./...

Running dev

air

Running

go run ./...

Running tests

go test -v ./...

About

Simple REST go template using builtins only packages as much as possible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages