Skip to content

Commit

Permalink
Fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfireman committed Aug 10, 2018
1 parent 39ecb71 commit 8390b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion httphandler/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ func ExampleGCI() {
panic(err)
}
fmt.Print(string(b))
// Output: Hi
// Output: ==< Automatic GC Disabled <==
// Hi
}

var handlerMessage = "Foo"
Expand Down

0 comments on commit 8390b34

Please sign in to comment.