summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-04-20 18:16:20 +0200
committerSilvan Jegen <s.jegen@gmail.com>2016-04-20 18:16:34 +0200
commitce9dfdf75611087ebcc743a7adc791e00f1e30a9 (patch)
tree48a7476ca7e1c7b2c37f2c0c8f3fa941f6bb6b8a
parent0dc42c6420d69cc726c269ddafdee46d83dd0940 (diff)
Move up variable declarationHEADmaster
-rw-r--r--obo_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/obo_test.go b/obo_test.go
index 98afe1f..3a46862 100644
--- a/obo_test.go
+++ b/obo_test.go
@@ -9,9 +9,10 @@ import (
)
func TestOboParsing(*testing.T) {
+ var obolist []*OboTermEntry
+
parentchildren := make(map[string][]*OboTermEntry)
obochan := make(chan *OboTermEntry)
- var obolist []*OboTermEntry
s := `