Created
September 15, 2013 08:04
-
-
Save jlebrech/6568793 to your computer and use it in GitHub Desktop.
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 characters
~ 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment