Skip to content

Commit

Permalink
Rebuild for environment-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Oct 14, 2019
1 parent 410beb8 commit 4382568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/environment-variables/environment-variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {

// Use `os.Environ` to list all key/value pairs in the
// environment. This returns a slice of strings in the
// form `KEY=value`. You can `strings.Split` them to
// form `KEY=value`. You can `strings.SplitN` them to
// get the key and value. Here we print all the keys.
fmt.Println()
for _, e := range os.Environ() {
Expand Down
4 changes: 2 additions & 2 deletions examples/environment-variables/environment-variables.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
b651bc17e4d2880cba0885c52f476ab2a86e39ae
MTbfmZYa4vP
69d6a768ac84c873ae03b2169ac5cc4cfbc601a6
gSTxKWLOHRb
4 changes: 2 additions & 2 deletions public/environment-variables

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4382568

Please sign in to comment.