update README
All checks were successful
checks / check and test (pull_request) Successful in 1m41s
checks / check and test (push) Successful in 1m44s

This commit is contained in:
2023-06-02 23:54:11 +08:00
parent 034c1fbee3
commit ad2aa451d9

View File

@@ -1,6 +1,6 @@
# server
[![Build Status](https://drone.gitea.com/api/badges/goftp/server/status.svg)](https://drone.gitea.com/goftp/server) [![](http://gocover.io/_badge/gitea.com/goftp/server)](http://gocover.io/gitea.com/goftp/server)
[![](http://gocover.io/_badge/gitea.com/goftp/server)](http://gocover.io/gitea.com/goftp/server)
[![](https://goreportcard.com/badge/gitea.com/goftp/server)](https://goreportcard.com/report/gitea.com/goftp/server)
A FTP server framework forked from [github.com/yob/graval](http://github.com/yob/graval) and changed a lot.
@@ -9,7 +9,7 @@ Full documentation for the package is available on [godoc](http://pkg.go.dev/gof
## Installation
go get goftp.io/server/v1
go get goftp.io/server/v2
## Usage