From a68f687096e2d43c14d96c03064a3e499d57afc9 Mon Sep 17 00:00:00 2001 From: Xiaoxuan Wang Date: Mon, 7 Aug 2023 14:58:03 +0800 Subject: [PATCH] docs: display larger example Signed-off-by: Xiaoxuan Wang --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_test.go b/example_test.go index 82b57680..7b36f05b 100644 --- a/example_test.go +++ b/example_test.go @@ -20,7 +20,7 @@ import ( "fmt" v1 "github.com/opencontainers/image-spec/specs-go/v1" - "oras.land/oras-go/v2" + oras "oras.land/oras-go/v2" "oras.land/oras-go/v2/content/file" "oras.land/oras-go/v2/content/oci" "oras.land/oras-go/v2/registry/remote"