mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 02:51:02 +00:00
This will make the output of godoc cleaner, we can't filter out the subpackage otherwise. Also copy the needed fixture into the integration subpackage, instead of referring to it using ../signature/fixtures (and we can't import signature/fixtures_info-test.go now). Signed-off-by: Antonio Murdaca <runcom@redhat.com>
7 lines
217 B
Go
7 lines
217 B
Go
package main
|
|
|
|
const (
|
|
// TestImageManifestDigest is the Docker manifest digest of "fixtures/image.manifest.json"
|
|
TestImageManifestDigest = "sha256:20bf21ed457b390829cdbeec8795a7bea1626991fda603e0d01b4e7f60427e55"
|
|
)
|