From ce9dfdf75611087ebcc743a7adc791e00f1e30a9 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Wed, 20 Apr 2016 18:16:20 +0200 Subject: Move up variable declaration --- obo_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 := ` -- cgit v1.2.1-18-gbd029