mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 09:31:29 +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
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
package dhcp
|
package dhcp // import "go.universe.tf/netboot/dhcp"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io"
|
"io"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package pcap implements reading and writing the "classic" libpcap format.
|
// Package pcap implements reading and writing the "classic" libpcap format.
|
||||||
package pcap
|
package pcap // import "go.universe.tf/netboot/pcap"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package tftp implements a read-only TFTP server.
|
// Package tftp implements a read-only TFTP server.
|
||||||
package tftp
|
package tftp // import "go.universe.tf/netboot/tftp"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user