Skip to content

Commit

Permalink
Fixed Go modules for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
borisershov committed Apr 24, 2020
1 parent 249faab commit 58595ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At the time not all Zabbix API methods are implemented, but work in progress.
## Install

```
go get github.com/nixys/nxs-go-zabbix
go get github.com/nixys/nxs-go-zabbix/v2
```

## Example of usage
Expand All @@ -23,7 +23,7 @@ import (
"fmt"
"os"

"github.com/nixys/nxs-go-zabbix"
"github.com/nixys/nxs-go-zabbix/v2"
)

func zabbixLogin(z *zabbix.Context, zbxHost, zbxUsername, zbxPassword string) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nixys/nxs-go-zabbix
module github.com/nixys/nxs-go-zabbix/v2

go 1.13

Expand Down

0 comments on commit 58595ab

Please sign in to comment.