change: clean code

This commit is contained in:
debugtalk
2022-01-18 20:21:43 +08:00
parent 142bc13c94
commit 7ef04674dc
2 changed files with 21 additions and 26 deletions

View File

@@ -148,7 +148,7 @@ func Init(path string) (Plugin, error) {
}
var plugin Plugin
// priority: hashicorp plugin > go plugin > builtin functions
// priority: hashicorp plugin > go plugin
// locate hashicorp plugin file
pluginPath, err := locateFile(path, hashicorpGoPluginFile)
if err == nil {