Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 962 Bytes

struct2env.md

File metadata and controls

31 lines (22 loc) · 962 Bytes
title goimport gosource
Go Structures/config objects to (and from) environment variables

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.