@ -18,9 +18,9 @@ type Config struct {
func validateConfigEntry(entry string, name string) bool {
if entry == "" {
log.Printf("Error: %v unset", name)
return false
return true
}
func LoadConfig() (*Config, error) {
The note is not visible to the blocked user.