sxgo/go.mod
soup 173d775ae2
Initial commit: shared Go utilities (ssr, stringsx)
Extracted from sweeper to share across Go projects:
- ssr: template caching and SSR writer
- stringsx: string helpers
2026-01-13 10:43:04 -05:00

5 lines
68 B
Modula-2

module sxgo
go 1.25.5
require github.com/cespare/xxhash/v2 v2.3.0