1 2 3 4 5 6
package cmd var ( Version = "1.0.0" // Placeholder for the version BuildTime = "development" // Placeholder for the build time )