diff options
| author | Shulhan <ms@kilabit.info> | 2018-11-29 08:31:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-11-29 08:31:30 +0700 |
| commit | df78f9b1377a038663fbcb024dbe11f617922d42 (patch) | |
| tree | b96f5b203434aab4cd76c94267a78516477f7286 | |
| parent | f28840b34bf8563b50e9275f6e620bcc98307acc (diff) | |
| download | pakakeh.go-df78f9b1377a038663fbcb024dbe11f617922d42.tar.xz | |
README: update the formatting
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,7 @@ A collection of libraries and tools written in Go. - `gofmtcomment`: Program to convert "/\*\*/" comment into "//". -## Library +## Libraries - `bytes`: Package bytes provide a library for working with byte or slice of bytes. @@ -64,7 +64,8 @@ memory. - `numbers`: Package numbers provide miscellaneous functions for working with integer, float, slice of integer, and slice of floats. -- `runes`: Package runes provide a library for working with a single rune or slice of rune. +- `runes`: Package runes provide a library for working with a single rune or +slice of rune. - `strings`: Package string provide a library for working with string or slice of string. |
