Mark McGranaghan
43825687bb
Rebuild for environment-variables
2019-10-13 18:29:40 -07:00
Scott Moser
c06d8a62c5
Use SplitN rather than Split on os.Environ return value.
...
Environment variables can contain a '=' in their value
KEY=BAR=1 sh -c 'echo KEY VALUE is "$KEY"'
If you just use Split() then you may not actually get a 'pair'
but rather a slice with length >= 3.
2019-10-10 21:39:19 -04:00
Eli Bendersky
c273588521
Make multiple imports consistent with import ( ... ) style
...
Fixes #272
2019-09-06 15:20:22 -07:00
Eli Bendersky
7c160440be
Use tabs as the canonical source indentation in git
...
Space conversion is done during generation only. Fixes #192
2019-06-04 07:30:58 -07:00
Mark McGranaghan
202a4a45b0
publish environment variables example
2012-10-10 08:46:34 -07:00
Mark McGranaghan
8daa226a48
lean into examples
2012-10-09 21:02:12 -07:00