upd comment

This commit is contained in:
2026-07-13 13:39:35 +02:00
parent 6cae5ddef9
commit a69262ba24

View File

@@ -20,6 +20,7 @@ import (
// "encoding/json/jsontext" // "encoding/json/jsontext"
// "encoding/json/v2" // "encoding/json/v2"
"encoding/json" "encoding/json"
"fmt" "fmt"
@@ -54,7 +55,9 @@ func getHealthReport(conf *cfg.Config) (*HealthReport, error) {
report := new(HealthReport{}) report := new(HealthReport{})
// FIXME: use this once jsonv2 is no more experimental // FIXME: use this once jsonv2 is no more experimental it already
// builds and works like intended, but golangci-lint doesn't
// recognize it with: go: unknown GOEXPERIMENT jsonv2
// //
// if err := json.UnmarshalDecode( // if err := json.UnmarshalDecode(
// jsontext.NewDecoder( // jsontext.NewDecoder(