Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ona.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Code Style

Go

We typically follow the Uber Go Style Guide as our north star as the guide is comprehensive but not overburdening, easy to read and pretty good. Here’s how our codebase differs:
  • Gitpod uses xerrors for error wrapping instead of pkg/errors

TypeScript

TBA