We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5266b07 commit 1e13b71Copy full SHA for 1e13b71
1 file changed
node.go
@@ -51,8 +51,6 @@ func (n *Node) ChildNodes() []*Node {
51
}
52
53
// InnerText will gets the value of the node and all its child nodes.
54
-//
55
-// Deprecated: Use Value() to get JSON object value.
56
func (n *Node) InnerText() string {
57
var output func(*strings.Builder, *Node)
58
output = func(b *strings.Builder, n *Node) {
0 commit comments