Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/childe/gohangout-input-dot
https://github.com/childe/gohangout-input-dot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/childe/gohangout-input-dot
- Owner: childe
- Created: 2019-12-11T13:45:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T13:46:34.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T04:26:16.976Z (5 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- 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/)
创建一个 input, 输入一个 `.` 字符
## 编译
将 dot.go 复制到 gohangout 主目录下面, 运行
```shell
go build -buildmode=plugin -o dot.so dot.go
```## gohangout 配置示例
```yaml
inputs:
- '/path/go/dot.so': {}
outputs:
- Stdout: {}
```