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

Unified Diff: utils/set/strings_test.go

Issue 13606045: various: gocheck, checkers, imports fixes (Closed)
Patch Set: Created 11 years, 6 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
Index: utils/set/strings_test.go
=== modified file 'utils/set/strings_test.go'
--- utils/set/strings_test.go 2013-08-19 11:20:02 +0000
+++ utils/set/strings_test.go 2013-09-13 14:48:13 +0000
@@ -4,10 +4,12 @@
package set_test
import (
+ "sort"
+ "testing"
+
gc "launchpad.net/gocheck"
+
"launchpad.net/juju-core/utils/set"
- "sort"
- "testing"
)
func Test(t *testing.T) {
« names/user.go ('K') | « utils/fslock/fslock_test.go ('k') | utils/uuid_test.go » ('j') | no next file with comments »

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