Replies: 1 comment 2 replies
-
That line does not exist in the source code. Are you sure you haven't made local modifications? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the following error when trying to compile generator and wonder if anyone has run into this before.
dennis@dev:~/snmp_exporter/generator$ make generator
go build
../config/config.go:24:2: //go:build comment without // +build comment
make: *** [Makefile:87: generator] Error 1
This is being done on Ubuntu 22.04.4 LTS
Any suggestions on how to get this to build?
Beta Was this translation helpful? Give feedback.
All reactions