mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 17:41:38 +02:00
Enable custom import paths.
This commit is contained in:
parent
b21d961610
commit
bd7be1a19a
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package dhcp
|
||||
package dhcp // import "go.universe.tf/netboot/dhcp"
|
||||
|
||||
import (
|
||||
"io"
|
||||
|
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package pcap implements reading and writing the "classic" libpcap format.
|
||||
package pcap
|
||||
package pcap // import "go.universe.tf/netboot/pcap"
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
|
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package tftp implements a read-only TFTP server.
|
||||
package tftp
|
||||
package tftp // import "go.universe.tf/netboot/tftp"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user