package helper
Import Path
github.com/refraction-networking/utls/internal/helper (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
typeconv.go
Package-Level Functions (only one, which is exported)
Uint8to16 converts a slice of uint8 to a slice of uint16.
e.g. []uint8{0x00, 0x01, 0x00, 0x02} -> []uint16{0x0001, 0x0002}
![]() |
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. |