package
0.0.0-20241220201044-13237acdf989
Repository: https://github.com/dihedron/netcheck.git
Documentation: pkg.go.dev

# Variables

BuildTime is the time at which the application was built.
Copyright is the copyright clause of the application or plugin.
Description is a one-liner description of the application or plugin.
GitCommit is the commit of this version of the application.
GitModified reports whether the repository had outstanding local changes at time of build.
GitTag is the current Git tag (e.g.
GitTime is the modification time associated with the Git commit.
GoOS is the architecture used during the build of this application; it may differ from that of the compiler in case of cross-compilation (GOARCH).
GoOS is the operating system used to build this application; it may differ from that of the compiler in case of cross-compilation (GOOS).
GoVersion is the version of the Go compiler used in the build process.
License is the license under which the code is released.
LicenseURL is the URL at which the license is available.
Name is the name of the application or plugin.
VersionMajor is the major version of the application.
VersionMinor is the minor version of the application.
VersionPatch is the patch or revision level of the application.