Versions in this module Expand all Collapse all v0 v0.1.1 Apr 14, 2026 v0.1.0 Apr 10, 2026 Changes in this version + func NewRouter() *http.ServeMux + type AllBasicDataTypes struct + Bool bool + Byte byte + Float32 float32 + Float64 float64 + Int int + Int16 int16 + Int32 int32 + Int64 int64 + Int8 int8 + Rune rune + String string + Uint uint + Uint16 uint16 + Uint32 uint32 + Uint64 uint64 + Uint8 uint8 + type AllBasicDataTypesPointers struct + Bool *bool + Byte *byte + Float32 *float32 + Float64 *float64 + Int *int + Int16 *int16 + Int32 *int32 + Int64 *int64 + Int8 *int8 + Rune *rune + String *string + Uint *uint + Uint16 *uint16 + Uint32 *uint32 + Uint64 *uint64 + Uint8 *uint8