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 (
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo"
"github.com/aclindsa/xml"
"strings"
"testing"
)

View File

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

View File

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

View File

@ -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"

View File

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