1 2 3 4 5 6 7 8package constants // Name is the application name. const Name = "docker-tools" // GNUPrefix is the prefix for GNU software. const GNUPrefix = "g"
1 2 3 4 5 6 7 8
package constants // Name is the application name. const Name = "docker-tools" // GNUPrefix is the prefix for GNU software. const GNUPrefix = "g"