package
0.8.9
Repository: https://github.com/influx6/npkg.git
Documentation: pkg.go.dev

# Functions

AppendHTMLEscape appends html-escaped s to dst and returns the extended dst.
AppendHTMLEscapeBytes appends html-escaped s to dst and returns the extended dst.
AppendHTTPDate appends HTTP-compliant (RFC1123) representation of date to dst and returns the extended dst.
AppendIPv4 appends string representation of the given ip v4 to dst and returns the extended dst.
AppendQuotedArg appends url-encoded src to dst and returns appended dst.
AppendUint appends n to dst and returns the extended dst.
AppendUnquotedArg appends url-decoded src to dst and returns appended dst.
Bytes2String uses a unsafe.Pointer trick to convert a byteslice into a string, be careful not to modify the slice or string, has it will reflect on either.
Noescape hides a pointer from escape analysis.
ParseHTTPDate parses HTTP-compliant (RFC1123) date.
ParseIPv4 parses ip address from ipStr into dst and returns the extended dst.
ParseUfloat parses unsigned float from buf.
ParseUint parses uint from buf.
String2Bytes uses a unsafe.Pointer trick to convert a string into a byte slice, be careful not to modify the slice or string, has it will reflect on either.