mirror of
https://github.com/golang/go
synced 2024-11-08 15:16:25 -07:00
c8ea03828b
Fixes #34652 Change-Id: Icf6e3eda593fed826736f34f95a9d66f5450cc98 Reviewed-on: https://go-review.googlesource.com/c/go/+/229398 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org>
20 lines
983 B
Plaintext
20 lines
983 B
Plaintext
pkg unicode, const Version = "13.0.0"
|
|
pkg unicode, var Chorasmian *RangeTable
|
|
pkg unicode, var Dives_Akuru *RangeTable
|
|
pkg unicode, var Khitan_Small_Script *RangeTable
|
|
pkg unicode, var Yezidi *RangeTable
|
|
pkg text/template/parse, const NodeComment = 20
|
|
pkg text/template/parse, const NodeComment NodeType
|
|
pkg text/template/parse, const ParseComments = 1
|
|
pkg text/template/parse, const ParseComments Mode
|
|
pkg text/template/parse, method (*CommentNode) Copy() Node
|
|
pkg text/template/parse, method (*CommentNode) String() string
|
|
pkg text/template/parse, method (CommentNode) Position() Pos
|
|
pkg text/template/parse, method (CommentNode) Type() NodeType
|
|
pkg text/template/parse, type CommentNode struct
|
|
pkg text/template/parse, type CommentNode struct, Text string
|
|
pkg text/template/parse, type CommentNode struct, embedded NodeType
|
|
pkg text/template/parse, type CommentNode struct, embedded Pos
|
|
pkg text/template/parse, type Mode uint
|
|
pkg text/template/parse, type Tree struct, Mode Mode
|