From f56543e48474f979453b111336946cd5457c633a Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Mon, 19 Feb 2018 12:12:34 +1100 Subject: [PATCH] Add package documentation --- cmd/root.go | 1 + phpfpm/phpfpm.go | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/root.go b/cmd/root.go index 48e5c98..fda49b6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package cmd contains the CLI commands. package cmd import ( diff --git a/phpfpm/phpfpm.go b/phpfpm/phpfpm.go index af3b0b1..35ea6aa 100644 --- a/phpfpm/phpfpm.go +++ b/phpfpm/phpfpm.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package phpfpm provides convenient access to PHP-FPM pool data package phpfpm import (