mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
8 lines
55 B
Go
8 lines
55 B
Go
package demo
|
|
|
|
type (
|
|
Check struct {
|
|
Foo string
|
|
}
|
|
)
|