change readme to fork

This commit is contained in:
gutmet 2022-11-20 16:49:10 +01:00
parent 2986beae75
commit ce14c49bcc

View File

@ -14,7 +14,7 @@ import (
"fmt" "fmt"
"log" "log"
"github.com/mattn/go-mastodon" mastodon "git.gutmet.org/go-mastodon.git"
) )
func main() { func main() {
@ -42,7 +42,7 @@ import (
"fmt" "fmt"
"log" "log"
"github.com/mattn/go-mastodon" mastodon "git.gutmet.org/go-mastodon.git"
) )
func main() { func main() {
@ -147,12 +147,6 @@ func main() {
* [x] GET /api/v1/streaming/list?list=:list_id * [x] GET /api/v1/streaming/list?list=:list_id
* [x] GET /api/v1/streaming/direct * [x] GET /api/v1/streaming/direct
## Installation
```shell
go install github.com/mattn/go-mastodon@latest
```
## License ## License
MIT MIT
@ -160,3 +154,7 @@ MIT
## Author of original (https://github.com/mattn/go-mastodon) ## Author of original (https://github.com/mattn/go-mastodon)
Yasuhiro Matsumoto (a.k.a. mattn) Yasuhiro Matsumoto (a.k.a. mattn)
## Screwed up by
Alexander Weinhold (a.k.a gutmet)