1. 首页
  2. 数据库
  3. 其它
  4. go mastodon:golang的mastodon客户 源码

go mastodon:golang的mastodon客户 源码

上传者: 2021-03-01 12:57:40上传 ZIP文件 64.29KB 热度 26次
象牙石 用法 应用 package main import ( "context" "fmt" "log" "github.com/mattn/go-mastodon" ) func main () { app , err := mastodon . RegisterApp ( context . Background (), & mastodon. AppConfig { Server : "https://mstdn.jp" , ClientName : "client-name" , Scopes : "read write follow" ,
用户评论