diff options
Diffstat (limited to 'common/bytes.go')
-rw-r--r-- | common/bytes.go | 1 |
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 ( |