add new commit

This commit is contained in:
Rasmus Lindroth 2022-05-15 20:44:09 +02:00
parent 7544964508
commit ea59675755
12 changed files with 123 additions and 38 deletions

View file

@ -14,7 +14,7 @@ func ExampleRegisterApp() {
Server: "https://mstdn.jp",
ClientName: "client-name",
Scopes: "read write follow",
Website: "https://github.com/mattn/go-mastodon",
Website: "https://github.com/RasmusLindroth/go-mastodon",
})
if err != nil {
log.Fatal(err)