Created
September 15, 2013 08:04
-
-
Save jlebrech/6568793 to your computer and use it in GitHub Desktop.
Revisions
-
jlebrech created this gist
Sep 15, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ ~ go get github.com/mattn/go-gtk/gtk package github.com/mattn/go-gtk/gtk imports fmt: unrecognized import path "fmt" package github.com/mattn/go-gtk/gtk imports runtime: unrecognized import path "runtime" package github.com/mattn/go-gtk/gtk imports runtime/cgo: unrecognized import path "runtime/cgo" package github.com/mattn/go-gtk/gtk imports unsafe: unrecognized import path "unsafe" package github.com/mattn/go-gtk/gtk imports reflect: unrecognized import path "reflect" package github.com/mattn/go-gtk/gtk imports log: unrecognized import path "log" package github.com/mattn/go-gtk/gtk imports strings: unrecognized import path "strings"