From 9d3fff359b6c2cea4ac69299f3c1621af8bde64c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 16 Oct 2022 19:03:35 -0700 Subject: ref(tools/git-blame-stats): rewrite the tool in python The tool can calculate some stats about authors in a git repository. It computes the number of lines that are authored by authors at a given revision (HEAD by default), and the number of commits. --- tools/git-blame-stats/go.mod | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tools/git-blame-stats/go.mod (limited to 'tools/git-blame-stats/go.mod') diff --git a/tools/git-blame-stats/go.mod b/tools/git-blame-stats/go.mod deleted file mode 100644 index 4738ac4..0000000 --- a/tools/git-blame-stats/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module golang.fcuny.net/git-blame-stats - -go 1.17 -- cgit v1.2.3