Skip to content

Commit 841d3c6

Browse files
committed
docs: deprecate non-module usage and update related documentation
- Remove documentation and instructions related to using the package without Go Modules Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 11fafdc commit 841d3c6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Easily add login, token refresh, and authorization to your Gin applications.
2121
- [Security Notice](#security-notice)
2222
- [Installation](#installation)
2323
- [Using Go Modules (Recommended)](#using-go-modules-recommended)
24-
- [Without Go Modules](#without-go-modules)
2524
- [Quick Start Example](#quick-start-example)
2625
- [Demo](#demo)
2726
- [Login](#login)
@@ -69,16 +68,6 @@ go get github.com/appleboy/gin-jwt/v2
6968
import "github.com/appleboy/gin-jwt/v2"
7069
```
7170

72-
### Without Go Modules
73-
74-
```sh
75-
go get github.com/appleboy/gin-jwt
76-
```
77-
78-
```go
79-
import "github.com/appleboy/gin-jwt"
80-
```
81-
8271
---
8372

8473
## Quick Start Example

0 commit comments

Comments
 (0)