go-github

码农软件 · 软件分类 · 网站API · 2019-03-09 17:41:25

软件介绍

go-github 是 Google 对 Github 的开放 API 进行 Go 语言封装的一个项目。

示例代码:

import "github.com/google/go-github/github"

client := github.NewClient(nil)
orgs, _, err := client.Organizations.List("willnorris", nil)

opt := &github.RepositoryListByOrgOptions{Sort: "updated"}
repos, _, err := client.Repositories.ListByOrg("github", opt)

本文地址:https://www.codercto.com/soft/d/984.html

Clean Architecture

Clean Architecture

Robert C. Martin / Prentice Hall / 2017-9-20 / USD 34.99

Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer producti......一起来看看 《Clean Architecture》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具