mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 02:22:25 -06:00
run go fmt
This commit is contained in:
parent
bcf9fe41c2
commit
965b515db4
5 changed files with 16 additions and 16 deletions
|
|
@ -22,6 +22,6 @@ package config
|
|||
type TemplateConfig struct {
|
||||
// Directory from which gotosocial will attempt to load html templates (.tmpl files).
|
||||
BaseDir string `yaml:"baseDir"`
|
||||
// Directory from which static files are served
|
||||
// Directory from which static files are served
|
||||
AssetBaseDir string `yaml:"assetDir"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue