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 101a9af commit 5e0c16cCopy full SHA for 5e0c16c
cmd/gopherbot/gopherbot.go
@@ -281,7 +281,6 @@ type gopherbot struct {
281
}
282
283
284
-// tasks are executed in order every corpus update.
285
var tasks = []struct {
286
name string
287
fn func(*gopherbot, context.Context) error
cmd/gopherbot/gopherbot_test.go
@@ -13,7 +13,6 @@ import (
13
"github.com/google/go-cmp/cmp"
14
"github.com/google/go-cmp/cmp/cmpopts"
15
"github.com/google/go-github/github"
16
-
17
"golang.org/x/build/devapp/owners"
18
"golang.org/x/build/maintner"
19
)
0 commit comments