goplus / community

Go+ Community written in Go+
Apache License 2.0
11 stars 15 forks source link
community gop goplus

Go+ Community written in Go+

Build Status Go Report Card GitHub release Coverage Status GoDoc

🧳 Features

Go+ Community written in Go+ and Yap, support Go+ Community development.

🚀 How to run

  1. Prepare golang and goplus environment.
  1. Prepare for your own config
  1. Run the project
gop run .

📦 Contribute

  1. Fork the repository to your local repo

  2. Config code linter

    // install pre-commit
    pip install pre-commit
    
    // config code linter in pre-commit hook
    pre-commit install
  3. Modify your own code

  4. Commit your code

  5. Create a pull request

Note: Please check the PR brach is mvp-20240119 or not.