Merge pull request #187 from novalagung/master

add documentation shortcut
This commit is contained in:
Julien Laffaye 2020-07-15 12:42:56 -04:00 committed by GitHub
commit 5d10dd64f6
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