Files
akvorado/outlet/metadata/provider/static/tests.go
Vincent Bernat e2f1df9add tests: replace godebug by go-cmp for structure diffs
go-cmp is stricter and allow to catch more problems. Moreover, the
output is a bit nicer.
2025-08-23 16:03:09 +02:00

15 lines
234 B
Go

// SPDX-FileCopyrightText: 2023 Free Mobile
// SPDX-License-Identifier: AGPL-3.0-only
//go:build !release
package static
import (
"akvorado/common/helpers"
)
func init() {
helpers.RegisterSubnetMapCmp[ExporterConfiguration]()
}