5 lines
75 B
Go
5 lines
75 B
Go
package bgammon
|
|
|
|
type Client interface {
|
|
Terminate(reason string) error
|
|
}
|