module
0.0.0-20230725222856-b44098cf2063
Repository: https://github.com/wavefronthq/go-proxy.git
Documentation: pkg.go.dev
# README
Warning
VMware has ended active development of this project. This repository will no longer be updated.
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