On Wed, 2018-11-14 at 15:36 -0800, 'Bryan Mills' via golang-nuts wrote: […] > The `dev` in that documentation is intended to be a branch name. If that > module doesn't actually *have* a branch named `dev`, it won't work. […]
Bingo. I put require ( github.com/jamalsa/qml master gopkg.in/qml.v1 master ) and it got rewritten to require ( github.com/jamalsa/qml v0.0.0-20181101021924-25f43c5c22a3 gopkg.in/qml.v1 v1.0.0-20150209141031-2ee7e5ff7370 ) Hopefully there is a way of this getting updated as master/HEAD gets more commits. (And yes I know I only need jamalsa's version of Go QML :-) Now I just have to find out why: module arcamclient is causing the error: can't load package: package arcamclient: unknown import path "arcamclient": cannot find module providing package arcamclient -- Russel. =========================================== Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: This is a digitally signed message part