aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes/bytes.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-03 22:50:47 +0700
committerShulhan <ms@kilabit.info>2018-09-03 22:55:19 +0700
commit157a004e9f7c4ef8cfde2543b6388b8fdddd655d (patch)
tree765b0a55b3dd0bf0cff00a1ccbec3eaad1f59cfe /lib/bytes/bytes.go
parentc2c78666c2bc6b4d9fc1fc6adc397d10bea44681 (diff)
downloadpakakeh.go-157a004e9f7c4ef8cfde2543b6388b8fdddd655d.tar.xz
lib/bytes: fix package comment
Diffstat (limited to 'lib/bytes/bytes.go')
-rw-r--r--lib/bytes/bytes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bytes/bytes.go b/lib/bytes/bytes.go
index ad777180..5fdff819 100644
--- a/lib/bytes/bytes.go
+++ b/lib/bytes/bytes.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Packages bytes provide a library for working with byte or slice of bytes.
+// Package bytes provide a library for working with byte or slice of bytes.
package bytes
import (