mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-04-19 19:25:49 -04:00
README: Move from godoc.org to pkg.go.dev
This commit is contained in:
parent
60a5707de6
commit
631508ccc9
@ -3,7 +3,7 @@
|
|||||||
[](https://goreportcard.com/report/github.com/aclindsa/ofxgo)
|
[](https://goreportcard.com/report/github.com/aclindsa/ofxgo)
|
||||||
[](https://travis-ci.com/aclindsa/ofxgo)
|
[](https://travis-ci.com/aclindsa/ofxgo)
|
||||||
[](https://coveralls.io/github/aclindsa/ofxgo?branch=master)
|
[](https://coveralls.io/github/aclindsa/ofxgo?branch=master)
|
||||||
[](https://godoc.org/github.com/aclindsa/ofxgo)
|
[](https://pkg.go.dev/github.com/aclindsa?ofxgo)
|
||||||
|
|
||||||
**OFXGo** is a library for querying OFX servers and/or parsing the responses. It
|
**OFXGo** is a library for querying OFX servers and/or parsing the responses. It
|
||||||
also provides an example command-line client to demonstrate the use of the
|
also provides an example command-line client to demonstrate the use of the
|
||||||
@ -36,7 +36,7 @@ repository.
|
|||||||
## Library documentation
|
## Library documentation
|
||||||
|
|
||||||
Documentation can be found with the `go doc` tool, or at
|
Documentation can be found with the `go doc` tool, or at
|
||||||
https://godoc.org/github.com/aclindsa/ofxgo
|
https://pkg.go.dev/github.com/aclindsa/ofxgo
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user