diff --git a/support/scripts/functions.sh b/support/scripts/functions.sh index 845e3c3..b7265ea 100644 --- a/support/scripts/functions.sh +++ b/support/scripts/functions.sh @@ -14,7 +14,6 @@ local_go_pkgs() { grep -Fv '/tmp/' | \ grep -Fv '/run/' | \ grep -Fv '/tests/' | \ - grep -Fv '/gokini/' | \ sed -r 's|(.+)/[^/]+\.go$|\1|g' | \ sort -u }