name.go raw

   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  )
  13