]> Cypherpunks repositories - gostls13.git/commit
container/heap: fix comments style
authorbontequero <bontequero@gmail.com>
Sat, 7 Apr 2018 17:43:45 +0000 (20:43 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 11 Apr 2018 20:11:09 +0000 (20:11 +0000)
commit641c32264cbdfab2564bef72cd66b6806fc8dd11
tree57580860a3cc417751e2d8634dc6c8e679e4f6ee
parente21a749af171d0b3c3abffded56b3d9a4e03b7eb
container/heap: fix comments style

Fixes golint warning about comment on exported function.

Change-Id: Ia6a910e2dca2cd31d8de64419e36add6191e804d
Reviewed-on: https://go-review.googlesource.com/105495
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/container/heap/heap.go