Skip to content

Commit

Permalink
chore: update readme text to refer to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
altJake committed Feb 4, 2021
1 parent b786291 commit b12070e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.PHONY: update-pkg-cache

VERSION := $(shell git describe --tags --abbrev=0)

update-pkg-cache:
GOPROXY=https://proxy.golang.org GO111MODULE=on \
go get github.com/talon-one/talon_go/v2@$(VERSION)
go get github.com/talon-one/talon_go/v2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import (
"encoding/json"
"fmt"

talon "github.com/talon-one/talon_go"
talon "github.com/talon-one/talon_go/v2"
)

func main() {
Expand Down Expand Up @@ -217,7 +217,7 @@ import (
"context"
"fmt"

talon "github.com/talon-one/talon_go"
talon "github.com/talon-one/talon_go/v2"
)

func main() {
Expand Down Expand Up @@ -277,7 +277,7 @@ import (
"context"
"fmt"

talon "github.com/talon-one/talon_go"
talon "github.com/talon-one/talon_go/v2"
)

func main() {
Expand Down

0 comments on commit b12070e

Please sign in to comment.