Conventions, conventions.

This commit is contained in:
Wigy 2016-12-13 15:14:21 +01:00
parent d5853103ff
commit d7404b100f
No known key found for this signature in database
GPG Key ID: AFF11C67C4E13357

View File

@ -4,10 +4,10 @@ import (
"flag" "flag"
"fmt" "fmt"
"os" "os"
"strings"
ci "github.com/libp2p/go-libp2p-crypto" ci "github.com/libp2p/go-libp2p-crypto"
peer "github.com/libp2p/go-libp2p-peer" peer "github.com/libp2p/go-libp2p-peer"
"strings"
) )
func main() { func main() {