github.com/google/safehtml/template.Error.Description (field)
7 uses
github.com/google/safehtml/template (current package)
error.go#L24: Description string
error.go#L267: return fmt.Sprintf("html/template:%s: %s", loc, e.Description)
error.go#L269: return fmt.Sprintf("html/template:%s:%d: %s", e.Name, e.Line, e.Description)
error.go#L271: return fmt.Sprintf("html/template:%s: %s", e.Name, e.Description)
error.go#L273: return "html/template: " + e.Description
escape.go#L392: c0.err.Description = "on range loop re-entry: " + c0.err.Description
![]() |
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. |