encoding/base64.Encoding.DecodeString (method)
7 uses
encoding/base64 (current package)
base64.go#L426: func (enc *Encoding) DecodeString(s string) ([]byte, error) {
github.com/coinbase/cdp-sdk/go/auth
jwt.go#L67: privateKeyDER, err := base64.StdEncoding.DecodeString(options.WalletSecret)
jwt.go#L117: decoded, err := base64.StdEncoding.DecodeString(str)
jwt.go#L181: decoded, err := base64.StdEncoding.DecodeString(options.KeySecret)
github.com/golang-jwt/jwt/v5
parser.go#L245: return encoding.DecodeString(seg)
mime
encodedword.go#L307: return base64.StdEncoding.DecodeString(text)
net/http
request.go#L1008: c, err := base64.StdEncoding.DecodeString(auth[len(prefix):])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |