Discover Packages
github.com/gnames/gnlib
domain
entity
gn
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 2, 2020
License: MIT
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
Documentation
¶
type Version struct {
Version string `json:"version"`
Build string `json:"build,omitempty"`
}
Version is output from GetVersion method.
type Versioner interface {
GetVersion() Version
}
Versioner finds version of a project
Source Files
¶
Click to show internal directories.
Click to hide internal directories.