Import sources from Kontor

This commit is contained in:
Thomas Peetz
2019-06-18 18:33:38 +02:00
parent fa3286c8e2
commit f326e994da
20 changed files with 1262 additions and 3 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ var (
)
var rootCmd = &cobra.Command{
Use: "kontor",
Short: "kontor",
Long: `kontor`,
Use: "kalorienmanager",
Short: "kalorienmanager",
Long: `kalorienmanager`,
Run: func(cmd *cobra.Command, args []string) {
// Set Gin to production mode
if Debug {