golang-hello-test-travis:用travis hello打印测试

时间:2024-05-03 12:38:44
【文件属性】:

文件名称:golang-hello-test-travis:用travis hello打印测试

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-03 12:38:44

Shell

创建该存储库是为了测试Travis的工作方式 脚本hello.go打印hello 脚本test.sh检查hello.go的输出hello.go为hello 先决条件 在MacOS上安装GO: $ brew install golang 包含什么 该存储库包括: 配置文件 一个 go lang脚本,它会打印你好 一个 shell脚本,它将测试我们的hello.go脚本是否在执行应做的工作 如何使用这个仓库 克隆此仓库: $ git clone https://github.com/dlavric/golang-hello-test-travis $ cd golang-hello-test-travis 使用go工具构建并安装程序: $ go mod init example.com/user/hello $ go install example.com/user/hello


【文件预览】:
golang-hello-test-travis-main
----.travis.yml(64B)
----test.sh(206B)
----LICENSE(1KB)
----hello.go(112B)
----README.md(1KB)
----go.mod(58B)

网友评论