]> Cypherpunks.ru repositories - gostls13.git/commit
html/template: remove unused `mode` field on `Tree` struct
authorGusted <williamzijl7@hotmail.com>
Mon, 18 Oct 2021 17:38:22 +0000 (17:38 +0000)
committerCherry Mui <cherryyz@google.com>
Mon, 18 Oct 2021 20:39:22 +0000 (20:39 +0000)
commit267abbe3ba9dda96a8694e8aad8892e3ba2be60e
tree5f396b3b73d5c08c8f4a300ddddb4d1574913c3c
parent394a1ad2956f0397e83b5f0234ea7e972a307848
html/template: remove unused `mode` field on `Tree` struct

This changes Go, to remove this unused field on the `Tree` struct. Which seems to replaced by the non-private field `Mode`.

Change-Id: I5b384424cf60aa0af36eb8aad1d8db3f99b9838e
GitHub-Last-Rev: 4b033f967b55ff99df8a969ac1c91c358b82b726
GitHub-Pull-Request: golang/go#48028
Reviewed-on: https://go-review.googlesource.com/c/go/+/345789
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/text/template/parse/parse.go