File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ func init() {
80
80
x ("net" , desc ("additional networking packages" ))
81
81
x ("oauth2" )
82
82
x ("perf" , desc ("packages and tools for performance measurement, storage, and analysis" ))
83
- x ("pkgsite" , desc ("home of the pkg.go.dev website" ), noBuildAndNoDash , enableCSR ("go-discovery" ))
83
+ x ("pkgsite" , desc ("home of the pkg.go.dev website" ), enableCSR ("go-discovery" ))
84
84
x ("pkgsite-metrics" , desc ("code for serving pkg.go.dev/metrics" ), enableCSR ("go-ecosystem" ))
85
85
x ("playground" , noDash , enableCSR ("golang-org" ))
86
86
x ("review" , desc ("a tool for working with Gerrit code reviews" ))
@@ -125,8 +125,6 @@ type modifyRepo func(*Repo)
125
125
// the https://build.golang.org/ dashboard.
126
126
func noDash (r * Repo ) { r .showOnDashboard = false }
127
127
128
- func noBuildAndNoDash (r * Repo ) { r .CoordinatorCanBuild , r .showOnDashboard = false , false }
129
-
130
128
func coordinatorCanBuild (r * Repo ) { r .CoordinatorCanBuild = true }
131
129
132
130
func archivedOnGitHub (r * Repo ) {
You can’t perform that action at this time.
0 commit comments