Do a little cleanup on the api

This commit is contained in:
Jon Staab
2026-04-22 13:52:09 -07:00
parent aa0eba1fbe
commit 081c4765ed
4 changed files with 11 additions and 28 deletions
-1
View File
@@ -68,7 +68,6 @@ func LoadConfig(filename string) (*Config, error) {
}
func LoadConfigFromPath(path string) (*Config, error) {
var config Config
if _, err := toml.DecodeFile(path, &config); err != nil {
return nil, fmt.Errorf("Failed to parse config file %s: %w", path, err)