Renaming module

pull/175/head
Robert Sigler 2023-02-23 14:39:39 -05:00
parent 9137335b5b
commit 2cc25a7242
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"log"
"time"
"github.com/mattn/go-mastodon"
"github.com/rmrfslashbin/go-mastodon"
)
func ExampleRegisterApp() {

4
go.mod
View File

@ -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