Files
Go-StudyExample/entity/TestEntity.go
T

8 lines
83 B
Go
Raw Normal View History

package entity
type Entity struct {
Num int
S string
T map[string]string
}