We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8f40b commit 67a42a3Copy full SHA for 67a42a3
check-masterha/lib/check_masterha_status.go
@@ -29,7 +29,7 @@ func (c statusChecker) MakeCommandArgs() []string {
29
30
func (c statusChecker) Parse(out string) (checkers.Status, string) {
31
lines := strings.Split(out, "\n")
32
- errors := make([]string, 0)
+ var errors []string
33
34
for _, line := range lines {
35
if line != "" && !strings.Contains(line, "running(0:PING_OK)") {
0 commit comments