Skip to content

vikramraman/go-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-proxy

Go Proxy for Wavefront

To start developing

You have a working Go environment.
$ go get -d github.com/wavefronthq/go-proxy
$ cd $GOPATH/src/wavefronthq/go-proxy
$ make

To build packages

Linux packages (.deb, .rpm)

You have a Docker environment.
$ make docker-build 
You have a Linux installation.
$ make package

All packages (Linux, Windows, Darwin)

$ make package-all

Releases

No releases published

Packages

No packages published

Languages

  • Go 76.1%
  • Shell 21.8%
  • Makefile 2.1%