mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
revert: use example
This commit is contained in:
parent
8da81ee42e
commit
f83b74cbf7
@ -21,7 +21,7 @@ func ExampleNewHTTPReadme() {
|
|||||||
_ = os.Setenv("EXAMPLE_REQUIRED_STRING", "foo")
|
_ = os.Setenv("EXAMPLE_REQUIRED_STRING", "foo")
|
||||||
|
|
||||||
svr := keel.NewServer(
|
svr := keel.NewServer(
|
||||||
keel.WithLogger(zap.NewNop()),
|
keel.WithLogger(zap.NewExample()),
|
||||||
keel.WithPrometheusMeter(true),
|
keel.WithPrometheusMeter(true),
|
||||||
keel.WithHTTPReadmeService(true),
|
keel.WithHTTPReadmeService(true),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user