Fortio is a microservices (http, grpc) load testing library, command line tool, advanced echo server, and web UI in go (golang). Fortio allows to specify a set query-per-second load and record latency histograms and other useful stats.
fortio.org/struct2env
allows you to convert from Go structures to environment variables (and back). For configuration interactions between shell and go objects.
This page is for making go get
work for fortio.org/struct2env
See the struct2env on github main page.
This is a library for your go programs
go get -u fortio.org/struct2env
As mentioned, this page mostly for making
go get fortio.org/struct2env
and godoc work.
See also the main fortio.org page.