Skip to content

Commit

Permalink
Renaming module
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrfslashbin authored and mattn committed May 4, 2024
1 parent d094b7b commit 0dad347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"time"

"github.com/mattn/go-mastodon"
"github.com/rmrfslashbin/go-mastodon"
)

func ExampleRegisterApp() {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
@@ -1,6 +1,6 @@
module github.com/mattn/go-mastodon
module github.com/rmrfslashbin/go-mastodon

go 1.16
go 1.19

require (
github.com/gorilla/websocket v1.5.0
Expand Down

0 comments on commit 0dad347

Please sign in to comment.