From 8390b3489ca0901e4d2ef65e2df329152c075844 Mon Sep 17 00:00:00 2001 From: Daniel Fireman Date: Fri, 10 Aug 2018 17:01:28 -0300 Subject: [PATCH] Fixing example --- httphandler/handler_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httphandler/handler_test.go b/httphandler/handler_test.go index 2a224d3..08b97bd 100644 --- a/httphandler/handler_test.go +++ b/httphandler/handler_test.go @@ -28,7 +28,8 @@ func ExampleGCI() { panic(err) } fmt.Print(string(b)) - // Output: Hi + // Output: ==< Automatic GC Disabled <== + // Hi } var handlerMessage = "Foo"