golang backend module for miniprogram and minigame
- go get
go get github.com/aronfan/plat.mini
- git submodule (recommended)
cd /path/to/proj
mkdir sub
cd sub
git submodule add https://github.com/aronfan/plat.mini
git submodule update --remote
git add plat.mini
git commit -m "add plat.mini"
git push
add the following line to your go.mod if you want to make local modifications
replace github.com/aronfan/plat.mini => ./sub/plat.mini