mirror of
https://github.com/aclindsa/ofxgo.git
synced 2026-01-09 06:31:18 -05: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