Skip to content

konifar/scenarigo-plugin-example

Repository files navigation

scenarigo-plugin-example

scenarigo plugin usage example

Structure

Basically this is the same of v7.0.0 usage example.

Added plugin file gen.go to check it works correctly.

$ go build -buildmode=plugin -o gen.so gen.go

What's problem?

I tried using scenarigo_v0.7.0_Darwin_x86_64 but it seems not to work plugin function well on macOS Catalina v10.15.7.

The error message is below.

$ ./v0.7.0_Darwin_x86_64/scenarigo run
$ --- FAIL: github.yml (0.00s)
$     --- FAIL: github.yml/get_scenarigo_repository (0.00s)
$             failed to open plugin: plugin: not implemented
$ FAIL
$ FAIL	github.yml	0.001s
$ FAIL

About

scenarigo plugin usage example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages