blob: 224f339302fd06359f1ec08e2a4c67fe142b5273 [file] [log] [blame]
Akash Reddy Kankanala92dfdf82025-03-23 22:07:09 +05301// 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
5package genid
6
7const (
8 NoUnkeyedLiteral_goname = "noUnkeyedLiteral"
9 NoUnkeyedLiteralA_goname = "XXX_NoUnkeyedLiteral"
10
11 BuilderSuffix_goname = "_builder"
12)