https://github.com/voidint/talks
golang slide
https://github.com/voidint/talks
Last synced: 4 months ago
JSON representation
golang slide
- Host: GitHub
- URL: https://github.com/voidint/talks
- Owner: voidint
- License: apache-2.0
- Created: 2019-04-05T09:58:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T01:04:13.000Z (over 5 years ago)
- Last Synced: 2025-03-27T05:44:39.544Z (11 months ago)
- Homepage:
- Size: 419 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# talks
### 在线渲染
- [《Hello Golang》](https://go-talks.appspot.com/github.com/voidint/talks/hello-golang/hello-golang.slide)
- [《Hello Ansible》](https://go-talks.appspot.com/github.com/voidint/talks/hello-ansible/hello-ansible.slide)
- [《Docker Registry》](https://go-talks.appspot.com/github.com/voidint/talks/docker-registry/registry.slide)
### 本地渲染
- 下载本工程至本地
```shell
$ cd ${YOUR_WORKSPACE} && git clone https://github.com/voidint/talks.git
```
- 安装present
```shell
$ go get -u -v golang.org/x/tools/cmd/present
```
- 运行present
```shell
$ cd ${YOUR_WORKSPACE}/talks && present
```
- 浏览http://127.0.0.1:3999