1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-06-30 19:28:39 -04:00

Switch to own clone of xml encoding library

This commit is contained in:
2017-03-22 20:59:40 -04:00
parent 8d8ee0016d
commit f2cea7c6d4
13 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,7 @@ package ofxgo_test
import (
"fmt"
"github.com/aclindsa/ofxgo"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
"math/big"
"reflect"
"testing"