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

@ -4,7 +4,7 @@ import (
"bufio"
"bytes"
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
"io"
"strings"
)