Skip to content

Commit

Permalink
update docs, use go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
chigusa committed May 4, 2020
1 parent 31ceeda commit 0f13bb7
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
sudo: required
go:
- "1.13"
- "1.14"
env:
- GO111MODULE=on
services: docker
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/chigusa/bililive-go.svg)](https://hub.docker.com/r/chigusa/bililive-go/)
[![Bilibili](https://img.shields.io/badge/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9-%E6%9C%AA%E6%9D%A5%E7%A7%91%E6%8A%80%E7%8E%8B%E8%80%81%E8%8F%8A%E5%BD%95%E6%92%AD%E7%BB%84-ebb8d0.svg)](https://space.bilibili.com/18578203/)

Bililive-go是一个支持多种直播平台的直播录制工具,运行在 CLI 上
Bililive-go是一个支持多种直播平台的直播录制工具

![image](https://github.com/hr3lxphr6j/bililive-go/raw/master/docs/screenshot.png)

Expand Down Expand Up @@ -103,4 +103,4 @@ $ make
## 参考
- [you-get](https://github.com/soimort/you-get)
- [ykdl](https://github.com/zhangn1985/ykdl)
- [youtube-dl](https://github.com/ytdl-org/youtube-dl)
- [youtube-dl](https://github.com/ytdl-org/youtube-dl)
Loading

0 comments on commit 0f13bb7

Please sign in to comment.