From e17cabd8187a7c84a0601669c8af82f868fb699f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 15 Aug 2016 00:46:45 -0700 Subject: [PATCH] dhcp4: correct the package documentation to match convention. --- dhcp4/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp4/doc.go b/dhcp4/doc.go index cd83315..d7f947f 100644 --- a/dhcp4/doc.go +++ b/dhcp4/doc.go @@ -12,5 +12,5 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package dhcp provides building blocks for DHCP clients and servers. +// Package dhcp4 provides building blocks for DHCP clients and servers. package dhcp4 // import "go.universe.tf/netboot/dhcp4"