An open API service indexing awesome lists of open source software.

https://github.com/zc2638/gosl

用于Go标准库方法示例的本地预览工具
https://github.com/zc2638/gosl

Last synced: 4 months ago
JSON representation

用于Go标准库方法示例的本地预览工具

Awesome Lists containing this project

README

          

# gosl
用于Go标准库方法示例的本地预览工具

## 安装
下载并安装
```
go get github.com/zc2638/gosl
```
启动服务
```
gosl web 8080
```

## 原文
[**Go标准库方法示例**](https://github.com/zc2638/go-standard)