1. 首页
  2. 数据库
  3. 其它
  4. gomif:Go的Mastodon实例状态获取程序 源码

gomif:Go的Mastodon实例状态获取程序 源码

上传者: 2021-02-19 23:28:36上传 ZIP文件 5.5KB 热度 6次
Gomif Go的实例信息获取程序 例子 首先,您需要。 用作CLI $ go get -u github.com/m0t0k1ch1/gomif/cmd/gomif $ GOMIF_TOKEN= < your> gomif -i mastodon.m0t0k1ch1.com 在代码中使用 package main import ( "context" "encoding/json" "fmt" "log" "github.com/m0t0k1ch1/gomif" ) func main () { client := gomif . NewClient ( "yo
下载地址
用户评论