Categorygithub.com/ikascrew/plugin
modulepackage
0.0.0-20211230065329-b13846bf31f9
Repository: https://github.com/ikascrew/plugin.git
Documentation: pkg.go.dev

# README

plugins.json

ikasbox上でjsonを編集すると

go build --buildmode=plugin -o plugins.so plugins_gen.go

でplugins.soを作成して、サーバ上のプロセスを更新する

  • サーバがlinuxでないといけなくなる。
  • Windows上での動作確認ができなくなる?

GOOS=linuxで行うと、gocvがエラーになる。

https://github.com/hybridgroup/gocv/issues/615

なので同一OSでのビルドになる

linuxでビルドした後にWindows上でビルドできるかを試す

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author