10 lines
150 B
Go
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
|
|
)
|