mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
updage
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user