mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 09:55:42 +00:00
Based on our discussion gofumpt won the vote so use that one via golangci-lint. https://github.com/containers/podman/discussions/27291 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
8 lines
152 B
Go
8 lines
152 B
Go
package common
|
|
|
|
import (
|
|
"github.com/containers/podman/v6/cmd/podman/registry"
|
|
)
|
|
|
|
// Pull in configured json library
|
|
var json = registry.JSONLibrary()
|