aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-07 11:08:16 +0800
committerFelix Lange <fjl@twurst.com>2015-07-07 20:12:45 +0800
commitbdae4fd573dbc163bab3d0e2d1a5c457892037cd (patch)
tree65e1cc5163924ea26c1813519ed99ef95cc31254 /common
parente813626ee1d5d7397c2a8e670ab8c372df921bbb (diff)
downloaddexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar
dexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.gz
dexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.bz2
dexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.lz
dexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.xz
dexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.zst
dexon-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.zip
all: add some godoc synopsis comments
Diffstat (limited to 'common')
-rw-r--r--common/bytes.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/bytes.go b/common/bytes.go
index 564cfe339..a65c0122b 100644
--- a/common/bytes.go
+++ b/common/bytes.go
@@ -14,6 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// Package common contains various helper functions.
package common
import (