gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/ct1/ct1.go (about) 1 package ct1 2 3 type Class uint 4 5 const ( 6 L Class = iota 7 R 8 AL 9 )