Rebuild for environment-variables
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
b651bc17e4d2880cba0885c52f476ab2a86e39ae
|
||||
MTbfmZYa4vP
|
||||
69d6a768ac84c873ae03b2169ac5cc4cfbc601a6
|
||||
gSTxKWLOHRb
|
||||
|
||||
Reference in New Issue
Block a user