mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
12 lines
136 B
Go
12 lines
136 B
Go
// +build !windows,!macos
|
|
|
|
package platform
|
|
|
|
import (
|
|
"github.com/nkanaev/yarr/server"
|
|
)
|
|
|
|
func Start(s *server.Handler) {
|
|
s.Start()
|
|
}
|