Minify html on-the-fly before sending it to users
This commit is contained in:
parent
b3039768af
commit
785130dc36
7 changed files with 66 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
)
|
||||
|
||||
// Lazy holds a lazily initialized value of T.
|
||||
// Lazy non-zero lazy must not be copied after first use.
|
||||
// A non-zero lazy must not be copied after first use.
|
||||
type Lazy[T any] struct {
|
||||
once sync.Once
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue