Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md docs link to pkg.go.dev V3 ref #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Look in the examples directory to learn how to use this library:
[listen](examples/listen/main.go),
[tab](examples/tab/main.go).

API documentation is available at [godoc.org](https://godoc.org/github.com/go-routeros/routeros).
API documentation is available at [pkg.go.dev](https://pkg.go.dev/github.com/go-routeros/routeros/v3).
Page on the [Mikrotik Wiki](http://wiki.mikrotik.com/wiki/API_in_Go).

Usage of `gopkg.in` was removed in favor of Go modules. Please, update you import paths to
Expand All @@ -21,4 +21,4 @@ Old released versions:
[**v1**](https://github.com/go-routeros/routeros/tree/v1)

To install it, run:
`go get github.com/go-routeros/routeros/v3`
`go get github.com/go-routeros/routeros/v3`