Skip to content

Commit 4ef2a0c

Browse files
committed
Removes golint from checks. We have a bunch in place already and it for some reason the build is falinng to fetch golint.
1 parent 44aa057 commit 4ef2a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func TestTransport_CheckHeapSize(t *testing.T) {
9797
var wg sync.WaitGroup
9898
gotGCIHeapCheck := false
9999
target := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
100-
fmt.Println(r.URL.Path)
101100
if r.Header.Get(gciHeader) == heapCheckHeader && r.URL.Path == d.endpoint {
102101
fmt.Fprintf(w, d.response)
103102
gotGCIHeapCheck = true

0 commit comments

Comments
 (0)