github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/cmd/stringer/testdata/tag_main.go (about)

     1  // No build tag in this file.
     2  
     3  package main
     4  
     5  type Const int
     6  
     7  const (
     8  	A Const = iota
     9  	B
    10  	C
    11  )