dominikh / go-js-dom

MIT License
252 stars 42 forks source link

"go get -u honnef.co/go/js/dom" fails #58

Closed h8liu closed 6 years ago

h8liu commented 6 years ago

the https cert at honnef.co has expired.

dmitshur commented 6 years ago

Thanks for reporting @h8liu! I suspect we’ll have this fixed within 12 hours. /cc @dominikh

In the meantime, if someone doesn’t have this package and needs to clone it, a workaround is possible:

mkdir -p $GOPATH/src/honnef.co/go/js
cd $GOPATH/src/honnef.co/go/js
git clone https://github.com/dominikh/go-js-dom dom
dominikh commented 6 years ago

The issue should be resolved now. I'm so sorry for the inconvenience :/