Enable custom import paths.

This commit is contained in:
David Anderson 2016-03-24 13:12:10 -07:00
parent b21d961610
commit bd7be1a19a
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"