v0.0.325
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 2m48s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 2m48s
This commit is contained in:
@@ -68,6 +68,10 @@ func Init(cfg ErrorPackageConfigInit) {
|
||||
initialized = true
|
||||
}
|
||||
|
||||
func Initialized() bool {
|
||||
return initialized
|
||||
}
|
||||
|
||||
func warnOnPkgConfigNotInitialized() {
|
||||
if !initialized {
|
||||
fmt.Printf("\n")
|
||||
|
Reference in New Issue
Block a user