File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# captcha
2
2
3
3
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/flamego/captcha/Go?logo=github&style=for-the-badge )] ( https://github.com/flamego/captcha/actions?query=workflow%3AGo )
4
- [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/flamego/captcha?logo=codecov&style=for-the-badge )] ( https://app.codecov.io/gh/flamego/captcha )
5
4
[ ![ GoDoc] ( https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go )] ( https://pkg.go.dev/github.com/flamego/captcha?tab=doc )
6
- [ ![ Sourcegraph] ( https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph )] ( https://sourcegraph.com/github.com/flamego/captcha )
7
5
8
6
Package captcha is a middleware that provides captcha service for [ Flamego] ( https://github.com/flamego/flamego ) .
9
7
10
8
## Installation
11
9
12
- The minimum requirement of Go is ** 1.24 ** .
13
-
14
- go get github.com/flamego/captcha
10
+ ``` zsh
11
+ go get github.com/flamego/captcha
12
+ ```
15
13
16
14
## Getting started
17
15
You can’t perform that action at this time.
0 commit comments