mirror of
https://github.com/git/git.git
synced 2024-11-28 04:23:30 +08:00
5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
|
type RIGHT interface {
|
||
|
a() Type
|
||
|
b() ChangeMe
|
||
|
}
|