-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- Compile:
-
env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 \ go build -v -trimpath -a --ldflags "-s -w" ./main.go
-
Result
./main.go:358:7: w.Bins undefined (type *loader.WidgetConfig has no field or method Bins)
./main.go:359:12: w.Bins undefined (type *loader.WidgetConfig has no field or method Bins)
./main.go:369:7: w.Threshold undefined (type *loader.WidgetConfig has no field or method Threshold)
./main.go:370:17: w.Threshold undefined (type *loader.WidgetConfig has no field or method Threshold)
./main.go:374:7: w.AlertColor undefined (type *loader.WidgetConfig has no field or method AlertColor)
./main.go:375:35: w.AlertColor undefined (type *loader.WidgetConfig has no field or method AlertColor)
./main.go:598:35: undefined: gauge.Label
Metadata
Metadata
Assignees
Labels
No labels