Skip to content

ha10id/golang-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Boilerplate

A starter project with Golang, Gin and MongoDB

Boilerplate structure

.
├── README.md
├── config
│   ├── config.go
│   ├── development.yaml
│   ├── production.yaml
│   └── test.yaml
├── controllers
│   └── user.go
├── db
│   └── db.go
├── main.go
├── middlewares
│   └── auth.go
├── models
│   └── user.go
├── server
│   ├── router.go
│   └── server.go
├── utils
├── test   
└── vendor
    ├── your_vendor
    └── vendor.json

Installation

Install Govendor

go get -u github.com/kardianos/govendor

then run:

govendor sync

Release History

  • 0.0.1
    • First commit :)

Inspired from https://github.com/vsouza/go-gin-boilerplate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published