IzakMarais / reporter

Service that generates a PDF report from a Grafana dashboard
Apache License 2.0
946 stars 304 forks source link

go get doent work #325

Closed dustennL closed 1 year ago

dustennL commented 2 years ago

Im getting a issue that "go get -v url" doesnt do anything. i have go installed and i tryied to use go get in other projects and works. I have git 2.20.1 installed in the machine, but i dont think this version is old enough to cause this problem. Any tips ?

dustennL commented 2 years ago

turns out go its fine, but when i run the go install comand , doesnt install anything

NoelzeN commented 2 years ago

I thought I had the same issue, because it didn't show anything being installed and also the grafana-reporter command didn't work. However then I found the binary in

/home/XXXX/go/bin/grafana-reporter

which simply wasn't in my path. Did you check that? Maybe it's the same for you

IzakMarais commented 1 year ago

Thanks for the feedback @NoelzeN