Skip to content

Commit 5e0c16c

Browse files
committed
cmd/gopherbot: minor follow-ups from previous CL
This change resolves outstanding comments in golang.org/cl/209717. The import change was due to my using goimports -local. Change-Id: I55b50166caf9ac347a11f5d3f5025860f436fc82 Reviewed-on: https://go-review.googlesource.com/c/build/+/210781 Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent 101a9af commit 5e0c16c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmd/gopherbot/gopherbot.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ type gopherbot struct {
281281
}
282282
}
283283

284-
// tasks are executed in order every corpus update.
285284
var tasks = []struct {
286285
name string
287286
fn func(*gopherbot, context.Context) error

cmd/gopherbot/gopherbot_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"github.com/google/go-cmp/cmp"
1414
"github.com/google/go-cmp/cmp/cmpopts"
1515
"github.com/google/go-github/github"
16-
1716
"golang.org/x/build/devapp/owners"
1817
"golang.org/x/build/maintner"
1918
)

0 commit comments

Comments
 (0)