dhcp4: correct import constraint so that we can actually import.

This commit is contained in:
David Anderson 2016-05-15 13:41:39 -07:00
parent 50f74885e9
commit e46cf1fec1

View File

@ -13,4 +13,4 @@
// limitations under the License.
// Package dhcp provides building blocks for DHCP clients and servers.
package dhcp // import "go.universe.tf/netboot/dhcp"
package dhcp // import "go.universe.tf/netboot/dhcp4"