mirror of
https://github.com/aclindsa/ofxgo.git
synced 2026-01-09 06:31:18 -05:00
cmd/ofx: Add option to use carriage returns for requests
This commit is contained in:
@@ -14,10 +14,11 @@ func newRequest() (ofxgo.Client, *ofxgo.Request) {
|
||||
}
|
||||
var client = ofxgo.GetClient(serverURL,
|
||||
&ofxgo.BasicClient{
|
||||
AppID: appID,
|
||||
AppVer: appVer,
|
||||
SpecVersion: ver,
|
||||
NoIndent: noIndentRequests,
|
||||
AppID: appID,
|
||||
AppVer: appVer,
|
||||
SpecVersion: ver,
|
||||
NoIndent: noIndentRequests,
|
||||
CarriageReturn: carriageReturn,
|
||||
})
|
||||
|
||||
var query ofxgo.Request
|
||||
|
||||
Reference in New Issue
Block a user