@@ -306,7 +306,9 @@ func (v *Viper) WatchConfig() {
iferr!=nil{
log.Println("error:",err)
}
v.onConfigChange(event)
ifv.onConfigChange!=nil{
v.onConfigChange(event)
}
}
}
caseerr:=<-watcher.Errors:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.