goreporter icon indicating copy to clipboard operation
goreporter copied to clipboard

build github.com/360EntSecGroup-Skylar/goreporter: cannot load golang.org/x/tools/go/gcimporter15

Open re-thinker opened this issue 5 years ago • 2 comments

build github.com/360EntSecGroup-Skylar/goreporter: cannot load golang.org/x/tools/go/gcimporter15

re-thinker avatar Jul 25 '19 03:07 re-thinker

golang.org/x/tools/go/gcimporter15 has not been found new path: golang.org/x/tools/go/gcexportdata

import-yuefeng avatar Aug 13 '19 04:08 import-yuefeng

According to gcimporter · pkg.go.dev gcimporter has been deleted since October 2017. I solve this problem by Installing multiple Go Version.

go get golang.org/dl/go1.8
go1.8 download
go1.8 get -u github.com/360EntSecGroup-Skylar/goreporter

talent-nansy avatar May 25 '21 02:05 talent-nansy