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

Switch to copy of encoding/xml with only that subdirectory

This commit is contained in:
2017-10-02 09:21:56 -04:00
parent 6359499ea2
commit 1e55cb8bd7
18 changed files with 19 additions and 19 deletions

View File

@ -2,7 +2,7 @@ package ofxgo_test
import (
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo"
"os"
"path/filepath"