Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/childe/gohangout-plugin-examples
https://github.com/childe/gohangout-plugin-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/childe/gohangout-plugin-examples
- Owner: childe
- Created: 2019-12-12T05:40:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T11:02:53.000Z (4 months ago)
- Last Synced: 2024-07-16T13:43:59.494Z (4 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[https://github.com/childe/gohangout](https://github.com/childe/gohangout) 插件示例.
Golang 的 Plugin 文档参考 [https://tip.golang.org/pkg/plugin/](https://tip.golang.org/pkg/plugin/)
每一个的使用参见各个目录下的Readme.md
目前的 Go 版本(1.13), 如果使用 Plugin, 需要保证 module 版本是一样的. 所以使用 Plugin 的时候需要用下面两种编译方法
- 将 Plugin 代码复制到 Gohangout 目录下使用 go build 编译 so 文件
- 将 Plugin Module 化, 单独编译. 然后 go get go get github.com/childe/[email protected] 下载同样版本的 gohangout 程序