mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-07-29 07:33:48 +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