save code

This commit is contained in:
2024-06-19 22:08:12 +08:00
parent 20b30f92a7
commit 4a8a262d0f
3 changed files with 234 additions and 26 deletions

13
define/version.go Normal file
View File

@ -0,0 +1,13 @@
// Package define ...
//
// Description : define ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2024-06-19 21:58
package define
const (
ClientVersionV8 = "v8"
ClientVersionV9 = "v9"
)