Reference
PachCTL

Coding Conventions

Learn the coding conventions contributors to our code base follow.

Interested in contributing to Pachyderm’s code? Learn the conventions here! For setup instructions, see Setup for Contributors.

Languages #

The Pachyderm repository is written using Go, Shell, and Make. Exceptions to this are:

Shell #

Go #

See the Effective Go Style Guide for standard conventions.

Naming #

Go Modules/Third-Party Code #

YAML #


Review #

Checks #

Testing #


Documentation #