name.go 319 B

123456789101112
  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. package genid
  5. const (
  6. NoUnkeyedLiteral_goname = "noUnkeyedLiteral"
  7. NoUnkeyedLiteralA_goname = "XXX_NoUnkeyedLiteral"
  8. BuilderSuffix_goname = "_builder"
  9. )