Skip to content

setup go

LoFi edited this page Jan 26, 2026 · 1 revision

Setup: Go

1. Install LoFi Gate

Install the package (requires Python 3.8+):

pip install lofi-gate

2. Initialize Physics

Scaffold the configuration into your workspace:

lofi-gate init

This creates .agent/skills/lofi-gate/.

3. Configure Workflow

Go developers typically use a Makefile.

Makefile:

verify:
    lofi-gate verify --parallel

4. Verify

Run the gate manually:

lofi-gate verify

Clone this wiki locally