Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(51)

Unified Diff: state/util.go

Issue 6215045: environs: add NewEnviron(kind, config) (Closed)
Patch Set: environs: add NewEnviron(kind, config) Created 12 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « environs/open_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/util.go
=== modified file 'state/util.go'
--- state/util.go 2012-05-14 23:37:18 +0000
+++ state/util.go 2012-05-15 23:21:15 +0000
@@ -262,7 +262,6 @@
}
// copyCache copies the keys and values of one cache into a new one.
-// If in is nil, out will be an empty map.
func copyCache(in map[string]interface{}) (out map[string]interface{}) {
out = make(map[string]interface{})
for key, value := range in {
« no previous file with comments | « environs/open_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b