This commit is contained in:
Steven Allen 2018-06-18 19:16:23 -07:00
parent 84fb105635
commit b68c4a264d

View File

@ -3,8 +3,8 @@ package multiaddr
import ( import (
"encoding/binary" "encoding/binary"
"fmt" "fmt"
"strings"
"math/bits" "math/bits"
"strings"
) )
// Protocol is a Multiaddr protocol description structure. // Protocol is a Multiaddr protocol description structure.