mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 13:14:18 +02:00
upd comment
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user