Skip to content

go-crare/crare

Repository files navigation

Crare

Provides fasthttp and net/http dual network libraries at the same time!

Use this branch if you want to try out the latest features. If you're after stability, then use the original project.

This is a fork of https://github.com/tucnak/telebot . This library requires minimum go1.21.4

GoDoc GitHub Actions FOSSA Status Go Report Card

go get -u gopkg.in/crare.v1

Docs

Read the documentation here, it's still a work in progress but will be ready soon.

Contributing

  1. Fork it
  2. Clone v1: git clone -b github.com/go-crare/crare
  3. Create your feature branch: git checkout -b v1
  4. Make changes and add them: git add .
  5. Commit: git commit -m "add some feature"
  6. Push: git push origin v1
  7. Pull request

License

Crare is distributed under MIT.

FOSSA Status