Seb Binet
unread,Feb 2, 2016, 11:06:21 AM2/2/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gerard, golang-nuts, fithi...@gmail.com, b...@bug-br.org.br
you are not supposed to go-get shiny from
github.com/... but rather
from
golang.org/...
so, yes, probably, please file an issue, but one about a missing
vanity-import :)
BTW, I have been playing with migrating
github.com/BurntSushi/imgv
image viewer from a bare X11 to shiny.
that's there:
https://github.com/sbinet/iview
(doesn't compile b/c I need a way to change the window size)
it's somewhat more complicated than gxui's image_viewer but that's (I
think) because iview provides more features.
-s