From 3e93b225469b5ac63ce74ac35f33e3cb86b0a576 Mon Sep 17 00:00:00 2001 From: Xiaoxuan Wang Date: Tue, 7 May 2024 06:26:39 +0000 Subject: [PATCH] resolved comment Signed-off-by: Xiaoxuan Wang --- example_pack_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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", }, }