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

https://github.com/withlin/ditch

mysql sync
https://github.com/withlin/ditch

Last synced: 5 months ago
JSON representation

mysql sync

Awesome Lists containing this project

README

          

# ditch
a sync mysql data tool

```powershell

//powershell
Set GO111MODULES

$env:GOPROXY = "https://goproxy.io"

go mod tidy

```