Commit 8e918782 authored by Janos Guljas's avatar Janos Guljas

properly declare imports in swarm package

parent ec0dadf1
......@@ -5,9 +5,10 @@
// Package swarm contains most basic and general Swarm concepts.
package swarm
import "encoding/hex"
import "bytes"
import (
"bytes"
"encoding/hex"
)
// Address represents an address in Swarm metric space of
// Node and Chunk addresses.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment