mintance / nginx-clickhouse

Simple nginx logs parser & transporter to ClickHouse database.
Apache License 2.0
149 stars 30 forks source link

make: gometalinter: Command not found #7

Open patsevanton opened 4 years ago

patsevanton commented 4 years ago

Hello! Thank you for nginx-clickhouse!

make install-helpers
echo "Installing GoMetaLinter"
Installing GoMetaLinter
go get -u github.com/alecthomas/gometalinter
echo "Installing linters"
Installing linters
gometalinter --install
make: gometalinter: Command not found
make: *** [install-helpers] Error 127

May be disable Install GoMetaLinter?

patsevanton commented 4 years ago

echo $GOPATH empty

patsevanton commented 4 years ago

After set $GOPATH is work

peterborodatyy commented 4 years ago

Sure, I think metalinter is not necessary, so we can remove it.