package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Oct 22, 2019
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 an 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 returns an empty Struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.