Fortio (Φορτίο)

Logo

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.

struct2env

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.

Installation

This is a library for your go programs

go get -u fortio.org/struct2env

Misc

As mentioned, this page mostly for making

 go get fortio.org/struct2env

and godoc work.

See also the main fortio.org page.