aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-11-29 08:31:56 +0700
committerShulhan <ms@kilabit.info>2018-11-29 09:40:09 +0700
commit5b502bae6022b12a500cca1d6d842235aeff730f (patch)
treeacd8d1bd6a778431a42aee5024a19f792917bb58
parentdf78f9b1377a038663fbcb024dbe11f617922d42 (diff)
downloadpakakeh.go-0.1.0.tar.xz
Release v0.1.0v0.1.0
-rw-r--r--CHANGELOG.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
new file mode 100644
index 00000000..bda3852d
--- /dev/null
+++ b/CHANGELOG.adoc
@@ -0,0 +1,16 @@
+= share v0.1.0
+
+The first release of `share` package contains one command line interface (CLI)
+and several libraries.
+
+The CLI is `gofmtcomment` to convert comment from `/**/` to `//`.
+
+The libraries are `bytes`, `contact`, `dns`, `dsv`, `ini`, `io`, `memfs`,
+`mining`, `net`, `numbers`, `runes`, `strings`, `tabula`, `test`, `text`,
+`time`, and `websocket`.
+
+Documentation for each package can be viewed at,
+
+ https://godoc.org/github.com/shuLhan/share
+
+I hope it will be stay alive!