https://github.com/zc2638/gosl
用于Go标准库方法示例的本地预览工具
https://github.com/zc2638/gosl
Last synced: 4 months ago
JSON representation
用于Go标准库方法示例的本地预览工具
- Host: GitHub
- URL: https://github.com/zc2638/gosl
- Owner: zc2638
- License: apache-2.0
- Created: 2019-04-15T12:04:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T01:51:52.000Z (about 7 years ago)
- Last Synced: 2024-06-20T08:02:04.619Z (almost 2 years ago)
- Language: Go
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosl
用于Go标准库方法示例的本地预览工具
## 安装
下载并安装
```
go get github.com/zc2638/gosl
```
启动服务
```
gosl web 8080
```
## 原文
[**Go标准库方法示例**](https://github.com/zc2638/go-standard)