rename go packages

This commit is contained in:
Nazar Kanaev
2021-02-26 13:42:03 +00:00
parent 1037a8de0d
commit adef7b76c9
6 changed files with 9 additions and 9 deletions

View File

@@ -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"
)