Packages and tools for building Go applications.
- Package errors provides structured errors for use in backend/API applications.
- Package firebase makes it easier to work with the Firebase Admin SDK.
- Package emulator provides helpers to use Firebase emulators for testing.
- Package endpoint and http provide functionality on top of Go kit and the Gorilla Web Toolkit to build services and APIs using JSON over HTTP. For convenience, package codegen provides a code generator that can generate all the necessary Go kit endpoint and transport boilerplate code.
- ...
For the complete list of packages, more detailed information and usage examples refer to the documentation.