Skip to content

Commit

Permalink
chore: v3
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Oct 17, 2024
1 parent 61bc07f commit bf1d5a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ upload
[![Go](https://github.com/issue9/upload/workflows/Go/badge.svg)](https://github.com/issue9/upload/actions?query=workflow%3AGo)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/issue9/upload/branch/master/graph/badge.svg)](https://codecov.io/gh/issue9/upload)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/issue9/upload/v2)](https://pkg.go.dev/github.com/issue9/upload/v2)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/issue9/upload/v3)](https://pkg.go.dev/github.com/issue9/upload/v3)
[![Go version](https://img.shields.io/github/go-mod/go-version/issue9/upload)](https://golang.org)
======

Expand All @@ -24,7 +24,7 @@ func(w http.ResponseWriter, r *http.Request) {
----

```shell
go get github.com/issue9/upload/v2
go get github.com/issue9/upload/v3
```

版权
Expand Down
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"log"
"net/http"

"github.com/issue9/upload/v2"
"github.com/issue9/upload/v3"
)

const addr = ":8082"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/issue9/upload/v2
module github.com/issue9/upload/v3

require (
github.com/issue9/assert/v4 v4.3.1
Expand Down

0 comments on commit bf1d5a0

Please sign in to comment.