newrelic / newrelic-client-go

New Relic Client for the Go programming language
https://newrelic.github.io/observability-as-code
Apache License 2.0
73 stars 89 forks source link

fix(entity): Refactored to remove padding #1143

Closed NSSPKrishna closed 1 month ago

NSSPKrishna commented 1 month ago

base64.StdEncoding (default): Adds padding characters (=) during encoding for compatibility with standard base64. It removes padding during decoding. base64.RawStdEncoding: Omits padding characters during encoding and expects the input string to not have any padding during decoding (throws error if present).

pranav-new-relic commented 1 month ago

@NSSPKrishna please take a look at the lint failures