Skip to content

Commit

Permalink
ice: simplify import
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Oct 8, 2018
1 parent 04923cf commit 2d3e00d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ice.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
// A Protocol for Network Address Translator (NAT) Traversal
package ice

import (
"encoding/binary"
)
import "encoding/binary"

// bin is shorthand for BigEndian.
var bin = binary.BigEndian
Expand Down

0 comments on commit 2d3e00d

Please sign in to comment.