update fork ref
This commit is contained in:
parent
e2f936b91b
commit
464cd1710a
20 changed files with 28 additions and 23 deletions
|
@ -1,3 +1,8 @@
|
|||
# Do not use this version!
|
||||
|
||||
Just a development fork of [mattn/go-mastodon](https://github.com/mattn/go-mastodon), so use it instead.
|
||||
|
||||
|
||||
# go-mastodon
|
||||
|
||||
[](https://github.com/mattn/go-mastodon/actions?query=workflow%3Atest)
|
||||
|
@ -18,7 +23,7 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/mattn/go-mastodon"
|
||||
"github.com/RasmusLindroth/go-mastodon"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -46,7 +51,7 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/mattn/go-mastodon"
|
||||
"github.com/RasmusLindroth/go-mastodon"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue