Categorygithub.com/aronfan/plat.mini
module
0.0.0-20241228125957-f7aae08ed027
Repository: https://github.com/aronfan/plat.mini.git
Documentation: pkg.go.dev

# README

plat.mini

golang backend module for miniprogram and minigame

Installation

  • 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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author