mirror of
https://github.com/nkanaev/yarr.git
synced 2025-11-07 09:59:38 +00:00
12 lines
129 B
Go
12 lines
129 B
Go
//go:build !gui
|
|
|
|
package platform
|
|
|
|
import (
|
|
"github.com/nkanaev/yarr/src/server"
|
|
)
|
|
|
|
func Start(s *server.Server) {
|
|
s.Start()
|
|
}
|