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
2
go.sum
Normal file
2
go.sum
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
||||
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||
Loading…
Add table
Add a link
Reference in a new issue