Skip to content

Commit 722ac7b

Browse files
committed
Fix godoc comment
1 parent 35fff72 commit 722ac7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gosh.go

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ type (
5858
)
5959

6060
// NewStatisticsHandler returns new StatisticsHandler.
61-
// If argument is nil, automatically use json.NewEncoder in standard library.
6261
func NewStatisticsHandler(f func(w io.Writer) JSONEncoder) (http.Handler, error) {
6362
if f == nil {
6463
return nil, errors.New("gosh: an argument should not be nil")

0 commit comments

Comments
 (0)