mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-06-20 07:58:38 -04:00
go fmt
This commit is contained in:
@ -7,8 +7,8 @@ package ofxgo_test
|
||||
*/
|
||||
|
||||
import (
|
||||
"github.com/aclindsa/xml"
|
||||
"github.com/aclindsa/ofxgo"
|
||||
"github.com/aclindsa/xml"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
@ -173,8 +173,8 @@ test_header = """package ofxgo_test
|
||||
*/
|
||||
|
||||
import (
|
||||
"github.com/aclindsa/xml"
|
||||
"github.com/aclindsa/ofxgo"
|
||||
"github.com/aclindsa/xml"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
@ -1,8 +1,8 @@
|
||||
package ofxgo_test
|
||||
|
||||
import (
|
||||
"github.com/aclindsa/xml"
|
||||
"github.com/aclindsa/ofxgo"
|
||||
"github.com/aclindsa/xml"
|
||||
"reflect"
|
||||
"strings"
|
||||
"testing"
|
||||
|
@ -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"
|
||||
|
@ -2,8 +2,8 @@ package ofxgo_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/aclindsa/xml"
|
||||
"github.com/aclindsa/ofxgo"
|
||||
"github.com/aclindsa/xml"
|
||||
"reflect"
|
||||
"testing"
|
||||
"time"
|
||||
|
Reference in New Issue
Block a user