mirror of
https://github.com/danderson/netboot.git
synced 2025-12-15 22:42:03 +01:00
Actually name the package correctly, so that it can be imported.
This commit is contained in:
parent
3fb28ed0f7
commit
7a39e0e685
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
//+build linux
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp4
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user