package version var ( // Version will be overwritten automatically by the build Version = "0.0.0" // GitCommit will be overwritten automatically by the build GitCommit = "HEAD" // BuildDate - // // Deprecated: this is no longer used. Any external references must be removed BuildDate = "" )