update fork ref

This commit is contained in:
Rasmus Lindroth 2022-03-07 18:32:45 +01:00
parent e2f936b91b
commit 464cd1710a
20 changed files with 28 additions and 23 deletions

View file

@ -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
[![Build Status](https://github.com/mattn/go-mastodon/workflows/test/badge.svg?branch=master)](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() {