Skip to content

Commit

Permalink
chore: 调整模块名
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Mar 8, 2024
1 parent 5804585 commit 934c24a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# use
# webuse

[![Go](https://github.com/issue9/use/actions/workflows/go.yml/badge.svg)](https://github.com/issue9/use/actions/workflows/go.yml)
[![Go](https://github.com/issue9/webuse/actions/workflows/go.yml/badge.svg)](https://github.com/issue9/webuse/actions/workflows/go.yml)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/issue9/use/branch/master/graph/badge.svg)](https://codecov.io/gh/issue9/use)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/issue9/use/v6)](https://pkg.go.dev/github.com/issue9/use/v6)
[![Go version](https://img.shields.io/github/go-mod/go-version/issue9/use)](https://golang.org)
[![codecov](https://codecov.io/gh/issue9/webuse/branch/master/graph/badge.svg)](https://codecov.io/gh/issue9/webuse)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/issue9/webuse/v6)](https://pkg.go.dev/github.com/issue9/webuse/v6)
[![Go version](https://img.shields.io/github/go-mod/go-version/issue9/webuse)](https://golang.org)

[web](https://pkg.go.dev/github.com/issue9/web) 适用的中间件
适用于 [web](https://pkg.go.dev/github.com/issue9/web) 的中间件和插件

## 插件

Expand All @@ -28,9 +28,10 @@
## 安装

```shell
go get github.com/issue9/use/v6
go get github.com/issue9/webuse/v6
```

## 版权

本项目采用 [MIT](https://opensource.org/licenses/MIT) 开源授权许可证,完整的授权说明可在 [LICENSE](LICENSE) 文件中找到。
web
4 changes: 2 additions & 2 deletions use.go → webuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//go:generate web locale -l=und -m -f=yaml ./
//go:generate web update-locale -src=./locales/und.yaml -dest=./locales/zh-Hans.yaml

// Package use 适用 [web] 的中间件和插件
// Package webuse 适用 [web] 的中间件和插件
//
// [web]: https://github.com/issue9/web
package use
package webuse

0 comments on commit 934c24a

Please sign in to comment.