package
1.10.2
Repository: https://github.com/cyrildever/go-utls.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMap ...
NewSlice ...

# Structs

Map type that can be safely shared between goroutines that require read/write access to a map.
MapItem represents a concurrent map item.
Slice type that can be safely shared between goroutines.
SliceItem is a concurrent slice item.

# Type aliases

Checker is a function type.