Go+ Community written in Go+ and Yap, support Go+ Community development.
- Prepare golang and goplus environment.
- golang version >= 1.19
- https://go.dev/dl/ (golang download, Find the golang 1.19 version)
- goplus version == v1.2.0-pre.1
- Ref: https://github.com/goplus/gop/releases
- How to install goplus: https://github.com/goplus/gop#how-to-install
- Prepare for your own config
- Clone a file named
.envfrom.env_tempin thecmd/gopcommdirectory of the project. - Modify the
.envfile to your own configuration.
- Run the project
- Run the project with the following command:
gop run .- Open the browser and enter the address:
http://localhost:8080orGOP_COMMUNITY_ENDPOINTin your.envfile.
-
Fork the repository to your local repo
-
Config code linter
// install pre-commit pip install pre-commit // config code linter in pre-commit hook pre-commit install -
Modify your own code
-
Commit your code
-
Create a pull request
Note: Please check the PR brach is
mvp-20240119or not.