run go fmt

This commit is contained in:
f0x 2021-06-19 00:25:43 +02:00
commit 965b515db4
5 changed files with 16 additions and 16 deletions

View file

@ -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"`
}