Andreas Sommer
1b4dac72d3
Mention that environment variable set by program is also listed by os.Environ()
( #436 )
...
Co-authored-by: Andreas Sommer <andreas.sommer@ppro.com>
2022-08-22 05:59:10 -07:00
Andreas Deininger
da13e2fbe7
Improving links (http -> https) ( #425 )
2022-06-06 11:31:46 -07:00
Oleg Butuzov
646c8b39da
bugfix ( mmcgrana/gobyexample#294 ) sha1 sum calculator
...
This bugfix implements correct way to calculate source sha1 hash, before it will changed,
by propagation of unchanged sources.
This commit will also include regenerated static files and *.hash files.
2019-10-22 14:27:02 +03:00
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
Steve Krulewitz
684013f5e0
Fix a few small typos.
2015-02-22 21:52:25 -08:00
Mark McGranaghan
afdf0cc2b4
add trailing newlines
2013-10-06 08:50:23 -07:00
Mark McGranaghan
e77dcdddd4
missing some generated files
2013-09-11 09:01:11 -07:00
Mark McGranaghan
790139102f
fix typo
2013-05-26 06:41:44 -07:00
Mark McGranaghan
5f2b9c42da
clarify
2012-10-10 08:51:05 -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