Skip to content

Commit

Permalink
adding logic to use base64 encode
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Reddy <vivekrsplunk@github.com>
  • Loading branch information
Vivek Reddy committed Oct 15, 2024
1 parent 9e31a48 commit 8054020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testenv/gcputils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"compress/gzip"
"context"
"encoding/base64"
"encoding/json"
//"encoding/json"
"errors"
"fmt"
"io"
Expand All @@ -16,7 +16,7 @@ import (

"cloud.google.com/go/storage"
"github.com/google/uuid"
"golang.org/x/oauth2/google"
//"golang.org/x/oauth2/google"
"google.golang.org/api/iterator"
"google.golang.org/api/option"

Expand Down

0 comments on commit 8054020

Please sign in to comment.