diff options
author | Wolfy-J <[email protected]> | 2018-07-26 17:09:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 17:09:53 +0300 |
commit | 2f73d679b884616c49f4eba3342b350c001d949f (patch) | |
tree | e93f4f9505bcb0d597f8a258b046c735e4ff3245 /service/env/config.go | |
parent | 8226b1f064ba1dca8f817bb882e0e570fc057e43 (diff) |
more tests
Diffstat (limited to 'service/env/config.go')
-rw-r--r-- | service/env/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/config.go b/service/env/config.go index 1b743e84..ad7eddf5 100644 --- a/service/env/config.go +++ b/service/env/config.go @@ -6,7 +6,7 @@ import ( // Config defines set of env values for RR workers. type Config struct { - // Values to set as worker _ENV. + // values to set as worker _ENV. Values map[string]string } |