mirror of
https://github.com/ginuerzh/gost.git
synced 2024-04-21 12:31:34 +00:00
7 lines
68 B
Go
7 lines
68 B
Go
package main
|
|
|
|
type Server interface {
|
|
ListenAndServe() error
|
|
}
|
|
|