Actually name the package correctly, so that it can be imported.

This commit is contained in:
David Anderson 2016-05-17 21:52:27 -07:00
parent 3fb28ed0f7
commit 7a39e0e685
8 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package dhcp
package dhcp4
import (
"errors"

View File

@ -14,7 +14,7 @@
//+build linux
package dhcp
package dhcp4
import (
"encoding/binary"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package dhcp
package dhcp4
import (
"net"

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/dhcp4"
package dhcp4 // import "go.universe.tf/netboot/dhcp4"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package dhcp
package dhcp4
import (
"bytes"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package dhcp
package dhcp4
import (
"net"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package dhcp
package dhcp4
import (
"bytes"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package dhcp
package dhcp4
import (
"bytes"