]> Cypherpunks repositories - gostls13.git/commit
go/ast: note that in BasicLit CHARs and STRINGs are quoted
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Thu, 22 Aug 2024 12:29:18 +0000 (12:29 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 13 Sep 2024 17:03:16 +0000 (17:03 +0000)
commit76650b60eb05e8b8215f2b1bb667b4a797ccdacc
tree94cd9e664fd5127ab49157367324c709b15e3bb0
parent998ce1c4262aab0153b5e89f84ef2ddd57507ec7
go/ast: note that in BasicLit CHARs and STRINGs are quoted

This reapplies CL 244960, for some reason CL 264181 removed this comment.

Updates #39590

Change-Id: Ia37268812c6929020b0cd583d2c7fa48a098377c
GitHub-Last-Rev: 2acee37fedc7f2edfffec4f2e4c465708f210a97
GitHub-Pull-Request: golang/go#69019
Reviewed-on: https://go-review.googlesource.com/c/go/+/607517
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/ast/ast.go