Skip to content

harbur/golang-gin-starter

Repository files navigation

Golang Starter

This repository is a demo of building a REST API with Golang, SwaggerUI.

We'll be building an API to manage the library of a Movie streaming service.

Setup

Install the following dependencies before starting to develop:

go get github.com/ahmetb/govvv
go get github.com/pilu/fresh
go get github.com/swaggo/swag/cmd/swag

Dependencies

These are the important pieces we use:

  • go mod for dependency management
  • govvv for version info