commit | 528b3188cf1375cdc911b41ce0d3121523fce7c5 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Mon Jan 23 08:51:59 2017 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Thu Jan 26 08:55:29 2017 -0800 |
tree | 7c5bf93dd2d5992fab9a9b3000599c84c8047aee | |
parent | 2a3791ad402e4f7d9510e911312c1a87e21e929f [diff] [blame] |
cord-776 create build / runtime containers for autmation uservices Change-Id: I246973192adef56a250ffe93a5f65fff488840c1
diff --git a/provisioner/vendor/github.com/kelseyhightower/envconfig/env_syscall.go b/provisioner/vendor/github.com/kelseyhightower/envconfig/env_syscall.go new file mode 100644 index 0000000..9d98085 --- /dev/null +++ b/provisioner/vendor/github.com/kelseyhightower/envconfig/env_syscall.go
@@ -0,0 +1,7 @@ +// +build !appengine + +package envconfig + +import "syscall" + +var lookupEnv = syscall.Getenv