go fmt
This commit is contained in:
parent
ef0672eac0
commit
b8ecbe748f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ func StringInSlice(a string, slice []string) bool {
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
func IsDebugEnabled() (bool, string) {
|
||||
debugValue, isDebugSet := os.LookupEnv("GH_DEBUG")
|
||||
legacyDebugValue := os.Getenv("DEBUG")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue