crusader c1de188784 ing
2017-08-21 19:23:45 +09:00

8 lines
67 B
Go

package clients
type Client interface {
}
type client struct {
}