🎨 增加 Go 后端
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package global
|
||||
|
||||
import "whois-go/internal/config"
|
||||
|
||||
var (
|
||||
// Version is the version of the application.
|
||||
G_Version = "0.1"
|
||||
G_CONFIG config.Server
|
||||
)
|
||||
Reference in New Issue
Block a user