/gokit

Opinionated libraries for Golang

Primary LanguageGoApache License 2.0Apache-2.0

Opinionated libraries for Golang

CI

This consists a set of opinionated libraries (not framework) to build my personal Rest API in Golang

Install

  • Docker
  • golangci-lint: brew install golangci-lint

Development

Run this command to setup environment

make test-up

Run all tests

make test

Destroy test environment

make test-down