nishanths / license

Command line license text generator.
MIT License
663 stars 83 forks source link

Fix #1: Undefined os.LookupEnv #2

Closed nishanths closed 8 years ago

nishanths commented 8 years ago

LookupEnv was introduced in go1.5. Using os.Getenv instead.