mirror of
				https://github.com/go-kratos/kratos.git
				synced 2025-10-30 23:47:59 +02:00 
			
		
		
		
	fix: markdown form format (#2721)
* fix: markdown form format * format import
This commit is contained in:
		| @@ -5,10 +5,10 @@ | ||||
| Use this section to tell people about which versions of your project are | ||||
| currently being supported with security updates. | ||||
|  | ||||
| | Version | Supported          | | ||||
| | ------- | ------------------ | | ||||
| | 2.0.rc1   | :white_check_mark: | | ||||
| | < 2.0.beta3  | :x:                | | ||||
| | Version     | Supported          | | ||||
| |-------------|--------------------| | ||||
| | 2.0.rc1     | :white_check_mark: | | ||||
| | < 2.0.beta3 | :x:                | | ||||
|  | ||||
| ## Reporting a Vulnerability | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,6 @@ import ( | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/go-kratos/kratos/v2/errors" | ||||
|  | ||||
| 	"github.com/go-kratos/kratos/v2/selector" | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user