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

https://github.com/0xff-dev/mosaic

golang simple web
https://github.com/0xff-dev/mosaic

Last synced: about 2 months ago
JSON representation

golang simple web

Awesome Lists containing this project

README

        

## Go web编程学习

## 重点所在
1. goroutine, channel使用
2. image库的使用
3. net/http 学习
4. 没有写测试
5. **Docker部署**(完成)

```docker
docker pull stevenshuang/mosaic:latest
docker run -idt -p 8080:8080 --name (container_name) --rm stevenshuang/mosaic:latest
```