Skip to content

Commit

Permalink
add v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Jan 22, 2023
1 parent f8f21b0 commit e01cb7b
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/v3?tab=doc
Documentation: https://pkg.go.dev/github.com/gempir/go-twitch-irc/v4?tab=doc

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

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

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/v3"
twitch "github.com/gempir/go-twitch-irc/v4"
)

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/v3
module github.com/gempir/go-twitch-irc/v4

go 1.12

0 comments on commit e01cb7b

Please sign in to comment.