From 0552380418ec97106d12494dd400ff34bcf6ed4f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 04:48:19 -0600 Subject: go mod tidy was broken --- blobby/main.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'blobby') diff --git a/blobby/main.go b/blobby/main.go index fda762b..61785e2 100644 --- a/blobby/main.go +++ b/blobby/main.go @@ -1,5 +1,6 @@ package main +/* import ( "gocloud.dev/blob" // _ "gocloud.dev/blob/" @@ -37,12 +38,10 @@ func main() { // Alternatively, you can configure the prefix directly in the blob.OpenBucket URL: - /* - import ( - "context" - "gocloud.dev/blob" - ) - */ +// import ( +// "context" +// "gocloud.dev/blob" +// ) // Connect to a bucket using a URL, using the "prefix" query parameter to // target a subfolder in the bucket. @@ -56,3 +55,4 @@ func main() { // Bucket operations on will be translated to "a/subfolder/". } +*/ -- cgit v1.2.3