good morning!!!!

Skip to content
Snippets Groups Projects
Commit 4642adf6 authored by Garet Halliday's avatar Garet Halliday
Browse files

rip eddy :(

parent 3daae76d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import (
"tuxpa.in/a/zlog/log"
"pggat/lib/gat/modes/eddy"
"pggat/lib/gat/modes/zalando_operator_discovery"
)
func main() {
......@@ -16,7 +16,7 @@ func main() {
log.Printf("Starting pggat...")
conf, err := eddy.Load()
conf, err := zalando_operator_discovery.Load()
if err != nil {
panic(err)
}
......
package eddy
package zalando_operator_discovery
import (
"k8s.io/client-go/rest"
......
package eddy
package zalando_operator_discovery
import (
"context"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment