Add gofmt linting to ci

This commit is contained in:
Benson Wong
2025-08-07 20:19:56 -07:00
parent 10569ed546
commit 5c381e4b30
2 changed files with 8 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ func main() {
ReloadingState: proxy.ReloadingStateStart,
})
} else if changeEvent.Name == filepath.Join(configDir, "..data") && changeEvent.Has(fsnotify.Create) {
// the change for k8s configmap
// the change for k8s configmap
event.Emit(proxy.ConfigFileChangedEvent{
ReloadingState: proxy.ReloadingStateStart,
})