initial commit
This commit is contained in:
14
stringer/kessoku/band.go
Normal file
14
stringer/kessoku/band.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package kessoku
|
||||
|
||||
type BandMember int
|
||||
|
||||
const (
|
||||
Bocchi BandMember = iota
|
||||
Ryo
|
||||
Nijika
|
||||
Kita
|
||||
|
||||
maxBand
|
||||
)
|
||||
|
||||
var _ [0]struct{} = [maxBand - 4]struct{}{}
|
Reference in New Issue
Block a user