mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: clean code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user