diff options
| author | Shulhan <ms@kilabit.info> | 2018-09-03 22:50:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-09-03 22:55:19 +0700 |
| commit | 157a004e9f7c4ef8cfde2543b6388b8fdddd655d (patch) | |
| tree | 765b0a55b3dd0bf0cff00a1ccbec3eaad1f59cfe /lib/bytes/bytes.go | |
| parent | c2c78666c2bc6b4d9fc1fc6adc397d10bea44681 (diff) | |
| download | pakakeh.go-157a004e9f7c4ef8cfde2543b6388b8fdddd655d.tar.xz | |
lib/bytes: fix package comment
Diffstat (limited to 'lib/bytes/bytes.go')
| -rw-r--r-- | lib/bytes/bytes.go | 2 |
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 ( |
