Skip to content

Commit

Permalink
upgrade to v3 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir authored Jan 12, 2022
1 parent 3e47bda commit 3ec8e32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is an irc client for connecting to twitch. It handles the annoying stuff like irc tag parsing.
I highly recommend reading the documentation below, but this readme gives a basic overview of the functionality.

Documentation: https://pkg.go.dev/github.com/gempir/go-twitch-irc/v2?tab=doc
Documentation: https://pkg.go.dev/github.com/gempir/go-twitch-irc/v3?tab=doc

## Getting Started
```go
Expand All @@ -12,7 +12,7 @@ package main
import (
"fmt"

"github.com/gempir/go-twitch-irc/v2"
"github.com/gempir/go-twitch-irc/v3"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/pingpong/pingpong.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"strings"

twitch "github.com/gempir/go-twitch-irc/v2"
twitch "github.com/gempir/go-twitch-irc/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gempir/go-twitch-irc/v2
module github.com/gempir/go-twitch-irc/v3

go 1.12

0 comments on commit 3ec8e32

Please sign in to comment.