## Summary The Go Dotprompt implementation needs helper registration support. ## Location - `go/dotprompt/dotprompt.go:162`: `// TODO: Add register helpers` ## Acceptance Criteria - [ ] Implement RegisterHelper method - [ ] Support custom helpers in templates - [ ] Ensure parity with JS implementation
Summary
The Go Dotprompt implementation needs helper registration support.
Location
go/dotprompt/dotprompt.go:162:// TODO: Add register helpersAcceptance Criteria