aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-06-14 18:11:16 +0700
committerShulhan <ms@kilabit.info>2019-06-14 18:11:16 +0700
commit2c6599a9a04252222fc20ae72ef32bbdc8be1608 (patch)
treeddd69a716e401213145885c32950387b1d363a50
parent08ff68312a1a871922122db9dcc77fd4f455a819 (diff)
downloadpakakeh.go-2c6599a9a04252222fc20ae72ef32bbdc8be1608.tar.xz
README: add short documentation and link for "smtpcli"
Command smtpcli provide a command line interface to SMTP client protocol.
-rw-r--r--README.adoc5
-rw-r--r--README.html10
2 files changed, 11 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index 1c09b1ed..89ac519f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,4 +1,4 @@
-= import github/shuLhan/share
+= import "github/shuLhan/share"
:author: Shulhan
:email: <ms@kilabit.info>
:toc:
@@ -17,6 +17,9 @@ A collection of libraries and tools written in Go.
* link:{url-godoc}/cmd/gofmtcomment[*gofmtcomment*^]: Program to convert
multilines "/\*\*/" comment into single line "//" format.
+* link:{url-godoc}/cmd/smtpcli[*smtpcli*^]: Command smtpcli provide a command
+ line interface to SMTP client protocol.
+
== Libraries
diff --git a/README.html b/README.html
index 9de51634..debed9f3 100644
--- a/README.html
+++ b/README.html
@@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.9">
<meta name="author" content="Shulhan">
-<title>import github/shuLhan/share</title>
+<title>import "github/shuLhan/share"</title>
<link rel="stylesheet" href="./doc/style.css">
</head>
<body class="article">
<div id="header">
-<h1>import github/shuLhan/share</h1>
+<h1>import "github/shuLhan/share"</h1>
<div class="details">
<span id="author" class="author">Shulhan</span><br>
<span id="email" class="email">&lt;<a href="mailto:ms@kilabit.info">ms@kilabit.info</a>&gt;</span><br>
@@ -52,6 +52,10 @@
<p><a href="https://godoc.org/github.com/shuLhan/share/cmd/gofmtcomment" target="_blank" rel="noopener"><strong>gofmtcomment</strong></a>: Program to convert
multilines "/*\*/" comment into single line "//" format.</p>
</li>
+<li>
+<p><a href="https://godoc.org/github.com/shuLhan/share/cmd/smtpcli" target="_blank" rel="noopener"><strong>smtpcli</strong></a>: Command smtpcli provide a command
+line interface to SMTP client protocol.</p>
+</li>
</ul>
</div>
</div>
@@ -367,7 +371,7 @@ files.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2019-05-18 01:23:21 +0700
+Last updated 2019-06-14 18:08:03 +0700
</div>
</div>
</body>