Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5657

vim-goでlinter実行時に"cannot import absolute path"

$
0
0

問い

vim-goで.vimrcにlet g:go_metalinter_autosave = 1と設定していると保存時に自動でlinterを実行してくれるが、ここで次のようなエラーが出た。

Can't run linter goanalysis_metalinter: asmdecl: analysis skipped: errors in package: [-: import \"/absolute/path/to/project\": cannot import absolute path]

答え

GOPATHにないプロジェクトをimportできないことが原因だった。次を実行して解決。

go mod init github.com/name/project

Viewing all articles
Browse latest Browse all 5657

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>