get item desc

This commit is contained in:
Héctor Giménez
2024-05-29 09:14:57 +09:00
parent c85217e8e7
commit 1a39621d2f

View File

@@ -2,6 +2,10 @@ package object
type Name int
func (n Name) Desc() Description {
return Desc[int(n)]
}
const (
NotApplicable Name = iota - 1
TestData1