Skip to content

Commit

Permalink
resolved comment
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <[email protected]>
  • Loading branch information
wangxiaoxuan273 committed May 7, 2024
1 parent 9eb61f9 commit 3e93b22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions example_pack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
Expand Down Expand Up @@ -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",
},
}
Expand Down

0 comments on commit 3e93b22

Please sign in to comment.