Sign in
go
/
tools
/
39a4e36475d99fd719f5d62f870e662e057c7ad2
/
.
/
cmd
/
stringer
/
testdata
/
tag_main.go
blob: 449ea0d472b93c8b9092b91dd632962fcc184539 [
file
] [
log
] [
blame
]
// No build tag in this file.
package main
type Const int
const (
A Const = iota
B
C
)