aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
Diffstat (limited to 'go/util')
-rw-r--r--go/util/concurrent_read_map.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/go/util/concurrent_read_map.go b/go/util/concurrent_read_map.go
index d16fdbcaf..880fe54e3 100644
--- a/go/util/concurrent_read_map.go
+++ b/go/util/concurrent_read_map.go
@@ -1,6 +1,8 @@
package util
-import "sync"
+import (
+ "sync"
+)
// A mostly for read map, which can thread-safely
// initialize the map entries.