mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-06 08:20:25 +08:00
8 lines
75 B
Go
8 lines
75 B
Go
package upper
|
|
|
|
import "io"
|
|
|
|
type Service interface {
|
|
io.ReadWriteCloser
|
|
}
|