type github.com/google/safehtml/template.element
9 uses
github.com/google/safehtml/template (current package)
context.go#L21: element element
context.go#L128: type element struct {
context.go#L142: func (e element) eq(d element) bool {
context.go#L147: func (e element) String() string {
transition.go#L112: ret.element = element{}
transition.go#L280: func eatTagName(s []byte, i int) (int, element) {
transition.go#L282: return i, element{}
transition.go#L298: return j, element{name: strings.ToLower(string(s[i:j]))}
![]() |
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. |