7 lines
62 B
Go
7 lines
62 B
Go
|
package server
|
||
|
|
||
|
func Start() error {
|
||
|
select {}
|
||
|
return nil
|
||
|
}
|