add documentation shortcut, to make user able to go there easlity without typing it

This commit is contained in:
Noval Agung Prayogo 2020-07-15 12:50:26 +07:00 committed by GitHub
parent 55bbb372b8
commit ee0d349f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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