mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-07-02 03:58:38 -04:00
cmd/ofx: Allow setting User-Agent header from command-line
This commit is contained in:
@ -19,6 +19,7 @@ func newRequest() (ofxgo.Client, *ofxgo.Request) {
|
||||
SpecVersion: ver,
|
||||
NoIndent: noIndentRequests,
|
||||
CarriageReturn: carriageReturn,
|
||||
UserAgent: userAgent,
|
||||
})
|
||||
|
||||
var query ofxgo.Request
|
||||
|
Reference in New Issue
Block a user