Renaming module
This commit is contained in:
parent
9137335b5b
commit
2cc25a7242
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/mattn/go-mastodon"
|
||||
"github.com/rmrfslashbin/go-mastodon"
|
||||
)
|
||||
|
||||
func ExampleRegisterApp() {
|
||||
|
|
4
go.mod
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue