encoding/base64.Encoding.DecodeString (method)
7 uses
encoding/base64 (current package)
base64.go#L429: func (enc *Encoding) DecodeString(s string) ([]byte, error) {
github.com/coder/websocket
accept.go#L221: if v, err := base64.StdEncoding.DecodeString(websocketSecKey); err != nil || len(v) != 16 {
github.com/gotd/td/session
telethon.go#L35: data, err := base64.URLEncoding.DecodeString(hx[1:])
github.com/gotd/td/telegram/auth/qrlogin
token.go#L36: token, err := base64.URLEncoding.DecodeString(q.Get("token"))
go.opentelemetry.io/otel/trace/internal/telemetry
value.go#L433: val, err = base64.StdEncoding.DecodeString(val64)
mime
encodedword.go#L307: return base64.StdEncoding.DecodeString(text)
net/http
request.go#L999: c, err := base64.StdEncoding.DecodeString(auth[len(prefix):])
![]() |
The pages are generated with Golds v0.8.4. (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. |