skip .generated.go files

This commit is contained in:
Shawn Smith
2016-01-29 16:13:20 +09:00
parent 8c06c4d654
commit aa605c53f7

View File

@@ -13,7 +13,7 @@ import (
var (
skipDirs = []string{"Godeps", "vendor", "third_party"}
skipSuffixes = []string{".pb.go", ".pb.gw.go"}
skipSuffixes = []string{".pb.go", ".pb.gw.go", ".generated.go"}
)
func addSkipDirs(params []string) []string {