diff --git a/main.go b/main.go index 63651fb..b7a13f2 100644 --- a/main.go +++ b/main.go @@ -39,12 +39,6 @@ func main() { pkgSeen := make(map[string]bool) buildContext := build.Default for _, f := range files { - if strings.Contains(f, "wattpad/src/services/homeslice") { - pkgSeen["services/homeslice"] = true - } else if strings.Contains(f, "wattpad/src/services/home") { - pkgSeen["services/home"] = true - } - if isIgnored(f) { continue }