Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created September 15, 2013 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlebrech/6568793 to your computer and use it in GitHub Desktop.
Save jlebrech/6568793 to your computer and use it in GitHub Desktop.
~ 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