diff options
| author | Shulhan <ms@kilabit.info> | 2018-05-11 21:54:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-05-11 21:54:44 +0700 |
| commit | c3a7a10c37fdc7f19ecda07d2da05bc5a3772d41 (patch) | |
| tree | 029cf233a9e1a74902867042ed34ad192e1c150a /README.md | |
| parent | d17e63b330de8cefcefdfa0371e4fc9808848b72 (diff) | |
| download | pakakeh.go-c3a7a10c37fdc7f19ecda07d2da05bc5a3772d41.tar.xz | |
README: Include "ini" and "test" libraries
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ -A repository contains miscellaneous tools written in Go, including +A repository contains miscellaneous tools and libraries written in Go. -* gofmtcomment: a program to convert "/**/" comment into "//" +## Library + +* `test` to simplify testing with assert function. + +* `ini` to read and write INI file format (specific to Git config format) + +## Tools + +* `gofmtcomment` is a program to convert "/**/" comment into "//" |
