Akash Reddy Kankanala | 92dfdf8 | 2025-03-23 22:07:09 +0530 | [diff] [blame] | 1 | // Copyright 2024 The Go Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style | ||||
3 | // license that can be found in the LICENSE file. | ||||
4 | |||||
5 | package genid | ||||
6 | |||||
7 | const ( | ||||
8 | NoUnkeyedLiteral_goname = "noUnkeyedLiteral" | ||||
9 | NoUnkeyedLiteralA_goname = "XXX_NoUnkeyedLiteral" | ||||
10 | |||||
11 | BuilderSuffix_goname = "_builder" | ||||
12 | ) |