From ee0d349f0d5a09aaeb0427c143a15e823915c10f Mon Sep 17 00:00:00 2001 From: Noval Agung Prayogo Date: Wed, 15 Jul 2020 12:50:26 +0700 Subject: [PATCH] add documentation shortcut, to make user able to go there easlity without typing it --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8488deb..4c5a8f6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ A FTP client package for Go go get -u github.com/jlaffaye/ftp ``` +## Documentation ## + +https://pkg.go.dev/github.com/jlaffaye/ftp?tab=doc + ## Example ## ```go