Windows: import fixes.

This commit is contained in:
Stanislav Nikitin 2016-10-10 20:21:10 +05:00
parent e817a8fe64
commit eaaa8b565f

View File

@ -1,7 +1,12 @@
package ui
import (
// stdlib
"os"
"path/filepath"
// other
"github.com/mattn/go-gtk/gtk"
"github.com/couchbase/goutils/platform"
)