diff --git a/lib/cli.go b/lib/cli.go index 1d785733..ecdeb425 100644 --- a/lib/cli.go +++ b/lib/cli.go @@ -25,8 +25,7 @@ import ( "github.com/purpleidea/mgmt/bindata" "github.com/purpleidea/mgmt/gapi" - // these imports are so that GAPIs register themselves in init() - _ "github.com/purpleidea/mgmt/lang" + _ "github.com/purpleidea/mgmt/lang" // import so the GAPI registers _ "github.com/purpleidea/mgmt/langpuppet" _ "github.com/purpleidea/mgmt/puppet" _ "github.com/purpleidea/mgmt/yamlgraph"