diff --git a/constants_test.go b/constants_test.go index 9b5fd10..4393d4c 100644 --- a/constants_test.go +++ b/constants_test.go @@ -7,8 +7,8 @@ package ofxgo_test */ import ( - "github.com/aclindsa/xml" "github.com/aclindsa/ofxgo" + "github.com/aclindsa/xml" "strings" "testing" ) diff --git a/generate_constants.py b/generate_constants.py index 7bdae9b..6351720 100755 --- a/generate_constants.py +++ b/generate_constants.py @@ -173,8 +173,8 @@ test_header = """package ofxgo_test */ import ( - "github.com/aclindsa/xml" "github.com/aclindsa/ofxgo" + "github.com/aclindsa/xml" "strings" "testing" ) diff --git a/invstmt_test.go b/invstmt_test.go index 58642f6..84ab78a 100644 --- a/invstmt_test.go +++ b/invstmt_test.go @@ -1,8 +1,8 @@ package ofxgo_test import ( - "github.com/aclindsa/xml" "github.com/aclindsa/ofxgo" + "github.com/aclindsa/xml" "reflect" "strings" "testing" diff --git a/response_test.go b/response_test.go index c56dbe8..49659b7 100644 --- a/response_test.go +++ b/response_test.go @@ -2,8 +2,8 @@ package ofxgo_test import ( "fmt" - "github.com/aclindsa/xml" "github.com/aclindsa/ofxgo" + "github.com/aclindsa/xml" "os" "path/filepath" "reflect" diff --git a/types_test.go b/types_test.go index 569f126..028bd76 100644 --- a/types_test.go +++ b/types_test.go @@ -2,8 +2,8 @@ package ofxgo_test import ( "fmt" - "github.com/aclindsa/xml" "github.com/aclindsa/ofxgo" + "github.com/aclindsa/xml" "reflect" "testing" "time"