问题: 解决办法 (http://github.hubspot.com/tether/) Bootstrap 4 needs Tether, so you need to include tether.min.js before you include bootstrap.min.js, eg. 必须引入Tether.js,打开 https://npmcdn.com/bootstrap@4.0.0-alpha.5/dist/js/bootstrap.min.js 得到文件内容,复制新建一个文件保
配置文件 GO111MODULE=on 设置为on时,go命令行会使用modules,而一点也不会去GOPATH目录下查找.但自定义包在 $GOPATH/github.com/winyh/strrev.就会出现 can not found github.com/winyh/strrev 解决办法: 将GO111MODULE=auto 设置成auto 在使用模块的时候,GOPATH 是无意义的,不过它还是会把下载的依赖储存在 $GOPATH/pkg/mod 中,也会把 go install 的结果