Source File
init.go
Belonging Package
github.com/google/safehtml
package safehtml
import (
)
type stringConstant string
func ( string) HTML {
return HTML{}
}
func ( string) Script {
return Script{}
}
func ( string) Style {
return Style{}
}
func ( string) StyleSheet {
return StyleSheet{}
}
func ( string) URL {
return URL{}
}
func ( string) TrustedResourceURL {
return TrustedResourceURL{}
}
func ( string) Identifier {
return Identifier{}
}
func () {
raw.HTML = htmlRaw
raw.Script = scriptRaw
raw.Style = style
raw.StyleSheet = styleSheetRaw
raw.URL = urlRaw
raw.TrustedResourceURL = trustedResourceURLRaw
raw.Identifier = identifierRaw
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |