text/template/parse.NumberNode.Int64 (field)
9 uses
text/template/parse (current package)
node.go#L621: Int64 int64 // The signed integer value.
node.go#L639: n.Int64 = int64(rune)
node.go#L674: n.Int64 = i
node.go#L683: n.Float64 = float64(n.Int64)
node.go#L700: n.Int64 = int64(f)
node.go#L722: n.Int64 = int64(n.Float64)
text/template
exec.go#L512: n := int(constant.Int64)
exec.go#L513: if int64(n) != constant.Int64 {
exec.go#L865: value.SetInt(n.Int64)
![]() |
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. |