Allow to use env vars in config
This commit is contained in:
parent
5e6a5e23fd
commit
2b4c6d3318
4 changed files with 35 additions and 28 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
const (
|
||||
APP_NAME = "Git repository manager"
|
||||
APP_DESCRIPTION = "Manage your repository with simple app"
|
||||
VERSION = "0.1"
|
||||
VERSION = "0.1.1"
|
||||
)
|
||||
|
||||
type GitRepositoryManager struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue