mirror of
https://github.com/nkanaev/yarr.git
synced 2025-10-30 06:31:07 +00:00
rename go packages
This commit is contained in:
@@ -4,7 +4,7 @@ package platform
|
||||
|
||||
import (
|
||||
"github.com/getlantern/systray"
|
||||
"github.com/nkanaev/yarr/server"
|
||||
"github.com/nkanaev/yarr/src/server"
|
||||
"github.com/skratchdot/open-golang/open"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package platform
|
||||
|
||||
import (
|
||||
"github.com/nkanaev/yarr/server"
|
||||
"github.com/nkanaev/yarr/src/server"
|
||||
)
|
||||
|
||||
func Start(s *server.Handler) {
|
||||
|
||||
Reference in New Issue
Block a user