Archived
1

Profiles parsing and saving

This commit is contained in:
Vladimir Hodakov
2017-10-11 06:53:50 +04:00
parent 736d6b9658
commit 92fa488828
20 changed files with 748 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ import (
"gopkg.in/yaml.v2"
)
const VERSION = "0.15"
const VERSION = "0.25"
type DatabaseConnection struct {
Host string `yaml:"host"`