micro--go-micro
2cbd6264d7
* support: advertise commercial support, consulting, and sponsorship Adds a clear path to fund the project and pay for help, surfaced where people look: - SUPPORT.md + website /docs/support.html with a tier ladder (community, sponsor, support retainer, consulting) - Commercial Support / Consulting issue template (the GitHub inbound funnel) and an issue-chooser config linking Sponsors and docs - FUNDING.yml custom link to the support page; README section + nav entry Community support stays free via issues; paid support and consulting are scoped per engagement. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL * ci: migrate golangci-lint to v2 config and enforce in CI (#2988) - Rewrite .golangci.yaml for the v2 schema: start from the standard linter set (errcheck, govet, ineffassign, staticcheck, unused) plus bodyclose, misspell, unconvert, usestdlibvars. Sensible exclusions: generated code, built-in presets, looser tests, SA1019 deprecations (coordinated migration is separate), and the ported protoc-gen-micro generator for unused. - Add a Lint workflow running golangci/golangci-lint-action with only-new-issues, so linting is enforced on new/changed code without a flag-day cleanup of the existing backlog. The pre-existing backlog (errcheck/unused/naming and a few real bugs the linter surfaces) is left for a dedicated follow-up so it can be reviewed on its own rather than buried in this wiring change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL --------- Co-authored-by: Claude <noreply@anthropic.com>
30 行
2.0 KiB
Markdown
30 行
2.0 KiB
Markdown
# Support
|
|
|
|
Go Micro is free and open source. There are two ways to get help: the community, and commercial support.
|
|
|
|
## Community support (free)
|
|
|
|
- **Documentation** — https://go-micro.dev/docs
|
|
- **Examples** — https://github.com/micro/go-micro/tree/master/examples
|
|
- **Bugs & features** — https://github.com/micro/go-micro/issues
|
|
- **Questions** — open a [Question](https://github.com/micro/go-micro/issues/new?template=question.md) issue
|
|
|
|
Community support is best-effort, from maintainers and contributors, with no response-time guarantees.
|
|
|
|
## Commercial support
|
|
|
|
If you're running Go Micro in production — or building agents and services on it and want a hand — paid support and consulting are available directly from the maintainer. This is what keeps the project maintained.
|
|
|
|
| Tier | For | What you get | How |
|
|
|------|-----|--------------|-----|
|
|
| **Community** | Everyone | Docs, examples, issues — best-effort | Free |
|
|
| **Sponsor** | Individuals & companies who rely on Go Micro | Back ongoing development; your name/logo in the README and on the site; a voice in priorities | [GitHub Sponsors](https://github.com/sponsors/asim) |
|
|
| **Support** | Teams running Go Micro in production | Priority responses, a direct line to the maintainer, prioritized bug fixes, upgrade & integration help | [Open a request](#get-in-touch) |
|
|
| **Consulting** | Teams building on Go Micro | Hands-on integration, architecture & agent-design review, training & onboarding, sponsored features | [Open a request](#get-in-touch) |
|
|
|
|
Recurring amounts are set on the [Sponsors page](https://github.com/sponsors/asim); support and consulting are scoped and quoted per engagement.
|
|
|
|
## Get in touch
|
|
|
|
Open a [**Commercial Support / Consulting**](https://github.com/micro/go-micro/issues/new?template=commercial_support.md) request — tell us what you're building, what you need, and your timeline, and we'll follow up. For anything you'd rather not discuss in public, become a [sponsor](https://github.com/sponsors/asim) and message privately.
|