Skip to content

Commit

Permalink
Print marshalled JSON for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed Mar 2, 2024
1 parent eb08849 commit ec3cc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tes/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func Base64Encode(t *Task) (string, error) {
if err != nil {
return "", err
}
fmt.Println(str)
str = base64.StdEncoding.EncodeToString([]byte(str))
return str, nil
}
Expand Down

0 comments on commit ec3cc7e

Please sign in to comment.