text/template/parse.NumberNode.Uint64 (field)
8 uses
text/template/parse (current package)
node.go#L622: Uint64 uint64 // The unsigned integer value.
node.go#L641: n.Uint64 = uint64(rune)
node.go#L669: n.Uint64 = u
node.go#L677: n.Uint64 = u
node.go#L686: n.Float64 = float64(n.Uint64)
node.go#L704: n.Uint64 = uint64(f)
node.go#L726: n.Uint64 = uint64(n.Float64)
text/template
exec.go#L876: value.SetUint(n.Uint64)
![]() |
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. |