8 lines
67 B
Go
8 lines
67 B
Go
package mtb
|
|
|
|
import "fmt"
|
|
|
|
type Server struct {
|
|
Listen_port int
|
|
}
|