package
Version:
v1.38.4
Opens a new window with list of versions in this module.
Published: Apr 5, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 20
Opens a new window with list of known importers.
Documentation
¶
Package must assists in calling functions that must succeed.
Example usage:
var target = must.Get(url.Parse(...))
must.Do(close())
Do panics if err is non-nil.
Get returns v as is. It panics if err is non-nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.