Skip to content

Commit

Permalink
chore(internal/godocfx): filter out appengine/v2/cmd docs (#4598)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpg committed Aug 11, 2021
1 parent 298f44c commit 04424f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/godocfx/main.go
Expand Up @@ -162,6 +162,8 @@ func process(mod indexEntry, workingDir, outDir string, print bool) error {
"cloud.google.com/go/analytics",
"cloud.google.com/go/area120",
"cloud.google.com/go/gsuiteaddons",

"google.golang.org/appengine/v2/cmd",
}
r, err := parse(mod.Path+"/...", workingDir, optionalExtraFiles, filter)
if err != nil {
Expand Down

0 comments on commit 04424f4

Please sign in to comment.