1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 11:48:38 -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

@ -2,7 +2,7 @@ package ofxgo
import (
"bytes"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
// Returns the next available Token from the xml.Decoder that is not CharData