文件名称:Go SDK for GitHub Actions-在Go中轻松编写GitHub Actions-Golang开发
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-15 10:57:36
Golang Miscellaneous
用于GitHub动作的Go SDK-在Go中轻松编写GitHub动作GitHub Actions SDK(Go)该库提供了一个用于在Go中创作GitHub动作的SDK。 它没有外部依赖关系,并提供了一个类似于Go的界面来与GitHub Actions的构建系统进行交互。 安装下载该库:$ go get -u github.com/sethvargo/go-githubactions / ...用法使用该库的最简单方法是将其导入并在根目录下调用函数:import(“ github.com/ sethvargo / go-githubactions“)func main(){val:= githubactions.GetIn
【文件预览】:
go-githubactions-main
----actions_root.go(3KB)
----options_test.go(2KB)
----tools()
--------tools.go(799B)
--------go.sum(4KB)
--------go.mod(200B)
----actions_doc_test.go(2KB)
----.github()
--------workflows()
--------CONTRIBUTING.md(404B)
----options.go(2KB)
----actions.go(9KB)
----actions_test.go(11KB)
----LICENSE(11KB)
----command.go(3KB)
----command_test.go(1KB)
----AUTHORS(287B)
----.gitignore(13B)
----Makefile(1KB)
----README.md(4KB)
----go.mod(644B)