Initial commit: shared Go utilities (ssr, stringsx)
Extracted from sweeper to share across Go projects: - ssr: template caching and SSR writer - stringsx: string helpers
This commit is contained in:
commit
173d775ae2
4 changed files with 87 additions and 0 deletions
5
go.mod
Normal file
5
go.mod
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module sxgo
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/cespare/xxhash/v2 v2.3.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue