mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-22 03:30:04 -05:00
Merge pull request #8 from aclindsa/remove_unused_default_client
client.go: remove unused defaultClient var
This commit is contained in:
commit
de58d3fc0d
@ -23,8 +23,6 @@ type Client struct {
|
|||||||
NoIndent bool
|
NoIndent bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaultClient Client
|
|
||||||
|
|
||||||
// OfxVersion returns the OFX specification version this Client will marshal
|
// OfxVersion returns the OFX specification version this Client will marshal
|
||||||
// Requests as. Defaults to "203" if the client's SpecVersion field is empty.
|
// Requests as. Defaults to "203" if the client's SpecVersion field is empty.
|
||||||
func (c *Client) OfxVersion() ofxVersion {
|
func (c *Client) OfxVersion() ofxVersion {
|
||||||
|
Loading…
Reference in New Issue
Block a user