mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-09 02:02:41 +08:00
init
This commit is contained in:
7
upper/data.go
Normal file
7
upper/data.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package upper
|
||||
|
||||
import "io"
|
||||
|
||||
type Service interface {
|
||||
io.ReadWriteCloser
|
||||
}
|
||||
Reference in New Issue
Block a user