gocyclo, for a change

This commit is contained in:
Neil Alexander 2020-06-09 16:32:04 +01:00
parent 263fea7aed
commit 51dfb3aaf9

View file

@ -32,6 +32,7 @@ type Node struct {
incoming chan *yamux.Stream
}
// nolint:gocyclo
func Setup(instanceName, instancePeer string) (*Node, error) {
n := &Node{
core: &yggdrasil.Core{},