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 (