go fmt
This commit is contained in:
parent
7a4ead14a9
commit
204849fe82
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ import (
|
|||
)
|
||||
|
||||
type Config struct {
|
||||
_ConfigDirectory string `toml:"-"`
|
||||
SiteName string
|
||||
IconSrc string
|
||||
_ConfigDirectory string `toml:"-"`
|
||||
SiteName string
|
||||
IconSrc string
|
||||
// db location
|
||||
Database string
|
||||
UnixSocket string
|
||||
|
|
Loading…
Reference in a new issue