21 Star 54 Fork 39

polarisxu / practical-go-lessons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuxinhua 提交于 2021-06-11 17:49 . add travis and mdlrc
language: go
go:
- "1.10.x"
install: true
stages:
- markdownlint
jobs:
include:
- stage: markdownlint
script:
- gem install mdl --version 0.9.0
- mdl .
Go
1
https://gitee.com/polarisxu/practical-go-lessons.git
git@gitee.com:polarisxu/practical-go-lessons.git
polarisxu
practical-go-lessons
practical-go-lessons
master

搜索帮助