diff --git a/example_pack_test.go b/example_pack_test.go index baa95e71..169e0911 100644 --- a/example_pack_test.go +++ b/example_pack_test.go @@ -35,8 +35,7 @@ func ExamplePackManifest_imageV11() { opts := oras.PackManifestOptions{ ManifestAnnotations: map[string]string{ // this timestamp will be automatically generated if not specified - // use a fixed value here in order to test the output and make the - // pack reproducible. + // use a fixed value here to make the pack result reproducible ocispec.AnnotationCreated: "2000-01-01T00:00:00Z", }, } @@ -72,8 +71,7 @@ func ExamplePackManifest_imageV10() { opts := oras.PackManifestOptions{ ManifestAnnotations: map[string]string{ // this timestamp will be automatically generated if not specified - // use a fixed value here in order to test the output and make the - // pack reproducible. + // use a fixed value here to make the pack result reproducible ocispec.AnnotationCreated: "2000-01-01T00:00:00Z", }, }