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