diff --git a/examples/graceful/main_test.go b/examples/graceful/main.go similarity index 99% rename from examples/graceful/main_test.go rename to examples/graceful/main.go index 5e60e47..5fd3323 100644 --- a/examples/graceful/main_test.go +++ b/examples/graceful/main.go @@ -13,7 +13,7 @@ import ( "github.com/foomo/keel" ) -func ExampleMain() { +func main() { service.DefaultHTTPHealthzAddr = "localhost:9400" l := zap.NewExample().Named("root")