package
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: Jan 4, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package zero is a utility package that holds empty data types and no-op
objects.
type Interface = interface{}
Interface is the empty interface.
It says nothing; all values implement the empty interface.
Struct is a struct with no fields.
It holds no information, and has a size of zero.
Empty creates an empty Struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.