moeenn / go-base-api

REST API project structure in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang API project structure

A sample project structure for creating REST APIs with Golang.

Commands

# install dependencies
$ go mod tidy

# quickly run project
$ go run .

# build project
$ go build .

About

REST API project structure in Golang


Languages

Language:Go 97.6%Language:Makefile 2.4%