Add possibility to use env file

This commit is contained in:
2021-12-01 11:53:10 +01:00
parent 6aa187af09
commit 236c783188
6 changed files with 76 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ import (
const K = "katenary.io"
var Version = "1.0"
var Version = "1.0" // should be set from main.Version
type Kinded interface {
Get() string