pull/2481/head
FengbinShi 2 years ago
parent cd1b27d3cd
commit 35d23dc448
  1. 3
      health/health_test.go

@ -1,12 +1,11 @@
package health package health
import ( import (
"context"
"fmt" "fmt"
"math/rand" "math/rand"
"testing" "testing"
"time" "time"
"context"
) )
type A struct{} type A struct{}

Loading…
Cancel
Save