0.0.10 • Published 6 years ago

@go-len/create-go-len-app v0.0.10

Weekly downloads
33
License
Apache-2.0
Repository
github
Last release
6 years ago

Go Lên Dep

Dependencies Management make simple

Introduction

Developing Go from inside corporate network or behind HTTP proxy is always a problem for early adopters. This module eases the pain by introducing a seamless bridge between local development environment and build servers.

This module provide multiple methods to utilize existing setup for Java / NodeJS to perform Go development.

Athens

Use our Athens proxy by setting GOPROXY environment variable

Unix / MacOS:

export GOPROXY=https://athens.cuatoi.us/
go build

Windows:

set GOPROXY=https://athens.cuatoi.us/
go build