Skip to content

innovation-upstream/api-frame

Repository files navigation

DEPRECATED

API Frame

A Go module containing framework code for building microservices

Installation

Since this is a private module, additional auth steps must be completed to go get it.

  1. Ensure your .netrc file is configured with a Gitlab access token to use for github.com.
machine github.com
login <gitlab email>
password <gitlab personal access token>
  1. Set the GOPRIVATE env var when running go get so Golang bypasses module proxy servers and downloads directly from gitlab.
$ go env -w GOPRIVATE=github.com 
$ go get github.com/innovation-upstream/api-frame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published