This commit is contained in:
Aaron Lindsay 2017-11-18 05:58:32 -05:00
parent 29fc9c20fe
commit ddc674b287
5 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,8 @@ package ofxgo_test
*/ */
import ( import (
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo" "github.com/aclindsa/ofxgo"
"github.com/aclindsa/xml"
"strings" "strings"
"testing" "testing"
) )

View File

@ -173,8 +173,8 @@ test_header = """package ofxgo_test
*/ */
import ( import (
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo" "github.com/aclindsa/ofxgo"
"github.com/aclindsa/xml"
"strings" "strings"
"testing" "testing"
) )

View File

@ -1,8 +1,8 @@
package ofxgo_test package ofxgo_test
import ( import (
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo" "github.com/aclindsa/ofxgo"
"github.com/aclindsa/xml"
"reflect" "reflect"
"strings" "strings"
"testing" "testing"

View File

@ -2,8 +2,8 @@ package ofxgo_test
import ( import (
"fmt" "fmt"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo" "github.com/aclindsa/ofxgo"
"github.com/aclindsa/xml"
"os" "os"
"path/filepath" "path/filepath"
"reflect" "reflect"

View File

@ -2,8 +2,8 @@ package ofxgo_test
import ( import (
"fmt" "fmt"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo" "github.com/aclindsa/ofxgo"
"github.com/aclindsa/xml"
"reflect" "reflect"
"testing" "testing"
"time" "time"