Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 853 Bytes

DataAnalyze-Plugins

Some plugins adapted to the DataAnalyze framework

开发规范

框架介绍

How to compile

go build -buildmode=plugin -o 01xxx.so Tests/xxx.go

Best Development Practices

Using Goland File Watcher

image

Notice

Please note that the compiled product needs to be prefixed with two digits (01editor.so). This determines the automatic loading order of plugins.

Then please place it in the plugins directory of the same level as the HaEAnalyze-Engine executable file. Restarting the main program will automatically load the plugins according to their order.