aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-05-11 21:54:44 +0700
committerShulhan <ms@kilabit.info>2018-05-11 21:54:44 +0700
commitc3a7a10c37fdc7f19ecda07d2da05bc5a3772d41 (patch)
tree029cf233a9e1a74902867042ed34ad192e1c150a /README.md
parentd17e63b330de8cefcefdfa0371e4fc9808848b72 (diff)
downloadpakakeh.go-c3a7a10c37fdc7f19ecda07d2da05bc5a3772d41.tar.xz
README: Include "ini" and "test" libraries
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 51bdf615..2b2be96b 100644
--- a/README.md
+++ b/README.md
@@ -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 "//"