package
Version:
v0.0.0-...-113f59a
Opens a new window with list of versions in this module.
Published: Feb 16, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
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.