woj-server/model/Language.go

7 lines
54 B
Go

package model
const (
LangC int32 = iota
LangCPP
)