mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-16 03:10:13 +00:00
move packages to src
This commit is contained in:
11
src/platform/guiless.go
Normal file
11
src/platform/guiless.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !windows,!macos
|
||||
|
||||
package platform
|
||||
|
||||
import (
|
||||
"github.com/nkanaev/yarr/server"
|
||||
)
|
||||
|
||||
func Start(s *server.Handler) {
|
||||
s.Start()
|
||||
}
|
Reference in New Issue
Block a user