Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 227 Bytes

File metadata and controls

7 lines (5 loc) · 227 Bytes

AGENTS.md

This repository contains Go helper functions used by other projects.

Development workflow

  • Run all tests with make test before committing.
  • If golangci-lint is missing, install it with make updatelint.