Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Must ¶
Must takes any type of result and error. It panics if the error is non-nil. Otherwise, it returns the result.
func MustAtoInt ¶
func MustAtoInt[T constraints.Integer](s string) T
MustAtoi converts a string to an integer. It panics if it fails.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.