diff options
| author | Shulhan <ms@kilabit.info> | 2023-06-04 01:30:41 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-06-04 01:30:41 +0700 |
| commit | 690c4dafbc06ff5d045b32780e7b1c8b9587892a (patch) | |
| tree | 8e5b15f55801ebc3ae01a3ff783f6b54c4b7b577 /cmd/smtpcli | |
| parent | 0acd87783d1bd3ab330b4c94f5adc32d50f9a74c (diff) | |
| download | pakakeh.go-690c4dafbc06ff5d045b32780e7b1c8b9587892a.tar.xz | |
all: update description of some command and in README
Mention that some of the commands are example of implementation of the
library.
Diffstat (limited to 'cmd/smtpcli')
| -rw-r--r-- | cmd/smtpcli/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/smtpcli/main.go b/cmd/smtpcli/main.go index bea03d58..215ac370 100644 --- a/cmd/smtpcli/main.go +++ b/cmd/smtpcli/main.go @@ -3,6 +3,10 @@ // license that can be found in the LICENSE file. // Command smtpcli provide a command line interface to SMTP client protocol. +// This is an example of implementation Client from +// [lib/smtp]. +// +// [lib/smtp]: https://pkg.go.dev/github.com/shuLhan/share/lib/smtp package main import ( |
