From c54664508d16e5f8ced4c6446a95d2540f615f10 Mon Sep 17 00:00:00 2001 From: benedictjohannes Date: Wed, 23 Oct 2024 14:18:41 +0700 Subject: [PATCH] Update README.md docs link to pkg.go.dev V3 ref --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22950b3..f4e3186 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` \ No newline at end of file +`go get github.com/go-routeros/routeros/v3`