Skip to content

Commit

Permalink
Fix unimported packages in packet meta's
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilhy committed Jun 7, 2015
1 parent bf0683c commit 3860e4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions net/meta/meta.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
// Automatically generated by Packet Go code generator.
package meta

import (
"bufio"
"bytes"
"encoding/binary"
"errors"
"fmt"
"io"
"net"

"github.com/packet/packet/src/go/packet"

"github.com/kandoo/beehive-netctrl/net/ethernet"
"github.com/kandoo/beehive-netctrl/net/lldp"
)
15 changes: 0 additions & 15 deletions openflow/ofmeta/ofmeta.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
// Automatically generated by Packet Go code generator.
package ofmeta

import (
"bufio"
"bytes"
"encoding/binary"
"errors"
"fmt"
"io"
"net"

"github.com/packet/packet/src/go/packet"

"github.com/kandoo/beehive-netctrl/openflow/of10"
"github.com/kandoo/beehive-netctrl/openflow/of12"
)

0 comments on commit 3860e4b

Please sign in to comment.