前提・実現したいこと
を参考にしてRevelの環境を行いrevel run
を実行したところ以下のようなエラーがでて実行することができないので、解決方法を教えてください。
発生している問題・エラーメッセージ
CRIT 03:07:13 command_config.go:155: Failed to fetch revel versions error="Failed to import revel-sample with error package revel-sample is not in GOROOT (/usr/local/Cellar/go/1.14.3/libexec/src/revel-sample)" panic: Failed to fetch revel versions goroutine 1 [running]: github.com/revel/cmd/logger.(*RevelLogger).Panic(0xc0001127c0, 0x152e8d9, 0x1e, 0xc000216000, 0x2, 0x2) /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/logger/revel_logger.go:66 +0x9b github.com/revel/cmd/model.(*CommandConfig).UpdateImportPath(0xc00017e000, 0x2e, 0x2) /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/model/command_config.go:155 +0x6af main.main() /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/revel/revel.go:94 +0x160
該当のソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
go version
go version go1.14.3 darwin/amd64
go env
GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/Users/macbook/Library/Caches/go-build" GOENV="/Users/macbook/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/macbook/golang" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/Cellar/go/1.14.3/libexec" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/Cellar/go/1.14.3/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" AR="ar" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="/dev/null" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/hw/971981md2gnbvcbkyb0vphj80000gn/T/go-build401938658=/tmp/go-build -gno-record-gcc-switches -fno-common"
追記(6月10日18時)
revel run -v revel-app
実行結果
INFO 18:04:32 revel.go:94: Import path is absolute or not specified path= INFO 18:04:32 command_config.go:133: Checking import path /Users/macbook/golang with /Users/macbook/golang INFO 18:04:32 revel.go:94: Returned import path path= buildpath=/Users/macbook/golang INFO 18:04:32 command_config.go:301: Seeking remote package using= remote=github.com/revel/revel INFO 18:04:32 command_config.go:301: Resolved called Seeking remote package remote=github.com/revel/revel using= panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x124bb0a] goroutine 1 [running]: github.com/revel/cmd/utils.FindSrcPaths(0x0, 0x0, 0x152a1e5, 0x16, 0x0, 0xc00021e120, 0x0, 0x0, 0x4, 0x4, ...) /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/utils/file.go:358 +0x3ca github.com/revel/cmd/model.(*CommandConfig).SetVersions(0xc00017e000, 0x1528c9e, 0x14) /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/model/command_config.go:301 +0xca github.com/revel/cmd/model.(*CommandConfig).UpdateImportPath(0xc00017e000, 0x1d, 0x3) /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/model/command_config.go:154 +0x5f3 main.main() /Users/macbook/golang/pkg/mod/github.com/revel/cmd@v0.21.1/revel/revel.go:94 +0x160
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/10 03:33
2020/06/10 09:08