Replace godoc badge with pkg.go.dev
This commit is contained in:
parent
c3c8c7ac65
commit
23a84a6d0e
@ -3,7 +3,7 @@
|
|||||||
[![Build Status](https://travis-ci.org/jlaffaye/ftp.svg?branch=master)](https://travis-ci.org/jlaffaye/ftp)
|
[![Build Status](https://travis-ci.org/jlaffaye/ftp.svg?branch=master)](https://travis-ci.org/jlaffaye/ftp)
|
||||||
[![Coverage Status](https://coveralls.io/repos/jlaffaye/ftp/badge.svg?branch=master&service=github)](https://coveralls.io/github/jlaffaye/ftp?branch=master)
|
[![Coverage Status](https://coveralls.io/repos/jlaffaye/ftp/badge.svg?branch=master&service=github)](https://coveralls.io/github/jlaffaye/ftp?branch=master)
|
||||||
[![Go ReportCard](http://goreportcard.com/badge/jlaffaye/ftp)](http://goreportcard.com/report/jlaffaye/ftp)
|
[![Go ReportCard](http://goreportcard.com/badge/jlaffaye/ftp)](http://goreportcard.com/report/jlaffaye/ftp)
|
||||||
[![godoc.org](https://godoc.org/github.com/jlaffaye/ftp?status.svg)](http://godoc.org/github.com/jlaffaye/ftp)
|
[![Go Reference](https://pkg.go.dev/badge/github.com/jlaffaye/ftp.svg)](https://pkg.go.dev/github.com/jlaffaye/ftp)
|
||||||
|
|
||||||
A FTP client package for Go
|
A FTP client package for Go
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ go get -u github.com/jlaffaye/ftp
|
|||||||
|
|
||||||
## Documentation ##
|
## Documentation ##
|
||||||
|
|
||||||
https://pkg.go.dev/github.com/jlaffaye/ftp?tab=doc
|
https://pkg.go.dev/github.com/jlaffaye/ftp
|
||||||
|
|
||||||
## Example ##
|
## Example ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user