This commit is contained in:
lWolvesl 2023-02-26 18:11:35 +08:00
parent b0e345089a
commit 002ce3fefd
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
- 此仓库克隆于 `https://github.com/deckarep/golang-set` ,此处仅用作加速下载
- 引用 `gitea.wolves.top/golang/set`
![example workflow](https://github.com/deckarep/golang-set/actions/workflows/ci.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/deckarep/golang-set/v2)](https://goreportcard.com/report/github.com/deckarep/golang-set/v2)
[![GoDoc](https://godoc.org/github.com/deckarep/golang-set/v2?status.svg)](http://godoc.org/github.com/deckarep/golang-set/v2)

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/deckarep/golang-set/v2
module gitea.wolves.top/golang/set/v2
go 1.18