package base64vlq
Import Path
github.com/go-sourcemap/sourcemap/internal/base64vlq (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
base64vlq.go
Package-Level Type Names (total 2)
( Decoder) Decode() (n int32, err error)
func NewDecoder(r io.ByteReader) Decoder
( Encoder) Encode(n int32) error
func NewEncoder(w io.ByteWriter) *Encoder
Package-Level Functions (total 2)
func NewDecoder(r io.ByteReader) Decoder func NewEncoder(w io.ByteWriter) *Encoder![]() |
The pages are generated with Golds v0.8.2. (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. |