golang-interface   [plain text]


type RIGHT interface {
	a() Type
	b() ChangeMe
}