7 lines
75 B
Go
7 lines
75 B
Go
package profile
|
|
|
|
type Skill struct {
|
|
SkillName string
|
|
Level string
|
|
}
|