Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / cmd / stringer / testdata / tag_main.go
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 )