package
0.0.0-20181025162720-c8a214aafdbb
Repository: https://github.com/turbinelabs/nonstdlib.git
Documentation: pkg.go.dev

# Functions

IsNil returns true if the parameter is: - untyped nil (<nil, nil>) - a nil value with some fixed type, e.g., (<io.Reader, nil>) It differs from '== nil' in that a pointer to some type will still be considered nil if it is being passed to an interface.