Any smart method to get exp/html back after Go1?

后端 未结 5 708
醉话见心
醉话见心 2020-12-10 08:33

I\'ve installed the Go release version as root. Go1 removed all exp/ code.

Is there smart method to get exp/* back after Go1? (I mean how to install in my local GOPA

5条回答
  •  自闭症患者
    2020-12-10 08:50

    The exp packages have been moved to different repositories now, to make them easier to install. Now you can install the former exp/html with go get "golang.org/x/net/html".

提交回复
热议问题