Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 179 Bytes

File metadata and controls

17 lines (11 loc) · 179 Bytes

Golang Boilerplate

Rules

Go version 1.18

Run Server

From root project, run with commmand

# mod
$ go mod tidy

# run server
$ cd cmd/app/ && go run main.go