* gnu/packages/golang.scm (go-github-com-google-safehtml): New variable. > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -10921,6 +10921,31 @@ (define-public go-github-com-google-go-jsonnet > + (propagated-inputs `(("go-golang-org-x-text" ,go-golang-org-x-text))) Please use new-style inputs. > + (synopsis "Safe HTML for Go") (synopsis "Go type for storing HTML data") > + (description > + "Package safehtml provides immutable string-like types which represent values > +that are guaranteed to be safe, by construction or by escaping or sanitization, > +to use in various HTML contexts and with various DOM APIs.") (description "This package provides a Go library for storing HTML data as an immutable string-like value.") -- (