From a85180e942a77428d90dc50605b497e48db59743 Mon Sep 17 00:00:00 2001 From: fangdingjun Date: Fri, 6 Jul 2018 14:08:40 +0800 Subject: [PATCH] fix godoc title --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index a26f755..5d1ecba 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ -// Package nghttp2 is libnghttp2 binding for golang -/* +/*Package nghttp2 is libnghttp2 binding for golang. + server example cert, err := tls.LoadX509KeyPair("testdata/server.crt", "testdata/server.key")