Add "getenv" as an wrapper for os.Getenv
authorquoha <quoha@quoha.org>
Mon, 16 Mar 2015 01:56:20 +0000 (20:56 -0500)
committerbep <bjorn.erik.pedersen@gmail.com>
Mon, 16 Mar 2015 17:38:43 +0000 (18:38 +0100)
commita0447345418e735a4b0fd401c1610950f66ed778
treeacb23f42bd15d8a1ee0e6098636cc834fd32db0e
parent32bf8b763c647cac81decf0470824317fc31f8fc
Add "getenv" as an wrapper for os.Getenv

Add a wrapper for the os.Getenv function. The
wrapper takes as input a string that is assumed to be an exported
variable name.

Fixes #977
tpl/template.go