DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / const25.go
1234567891011
package main const ( FGBlack Attribute = iota + 30 ) type Attribute int func main() { println(FGBlack) }