package
Version:
v0.4.22
Opens a new window with list of versions in this module.
Published: Mar 18, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
examples/fib_plugin/fibplugin.go
这是一个示例插件,展示如何将 Xxlang 作为第三方库来编写插件
插件提供高性能的斐波那契计算功能,供 Xxlang 代码调用
使用方式:
作为静态插件:在 Go 程序中 import 此包,插件自动注册
FibPlugin 实现 plugin.Plugin 接口
Name 返回插件名称,用于 import "plugin/fib"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.