This commit is contained in:
Tomas Dvorak
2026-02-22 15:41:27 +01:00
parent 0b88627e54
commit 409acd2e08
84 changed files with 65382 additions and 27475 deletions
+3 -1
View File
@@ -359,5 +359,7 @@ func countLOC(path string) int {
}
func init() {
plugins.Register(New())
if err := plugins.Register(New()); err != nil {
panic(fmt.Sprintf("failed to register go plugin: %v", err))
}
}