healthcheck: add package comment (#2413)

This commit is contained in:
Doug Fawley
2018-10-30 10:19:40 -07:00
committed by GitHub
parent aaaaffa63b
commit 582d1c9bbf

View File

@ -16,6 +16,8 @@
*
*/
// Package healthcheck enables support for grpc health checking. It is
// EXPERIMENTAL.
package healthcheck
import (