github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/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  )