2024-04-07 11:08:05 +08:00

10 lines
150 B
Go

package global
import "whois-go/internal/config"
var (
// Version is the version of the application.
G_Version = "0.1"
G_CONFIG config.Server
)