mpp-client-go/mpp/note.go

9 lines
65 B
Go

package mpp
type Note struct {
N string
D int
V int
S int
}