Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorben authored Aug 2, 2024
1 parent eccb184 commit 0b47285
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# go-plugin

[![Go](https://github.com/jorben/go-plugin/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/kcat-io/go-plugin/actions/workflows/go.yml)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/kcat-io/go-plugin)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/kcat-io/go-plugin)
[![Go](https://github.com/jorben/go-plugin/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/jorben/go-plugin/actions/workflows/go.yml)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/jorben/go-plugin)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/jorben/go-plugin)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://copyfree.org)

一个插件库(插件引擎),可以使你的Go程序轻松支持插件式扩展。
Expand All @@ -12,8 +12,6 @@
- 各插件的执行顺序如下图所示


[![go-plugin](https://kcat.me/usr/uploads/2022/03/3388664059.png)](https://kcat.io)

## Install
```shell
go get -u github.com/jorben/go-plugin/plugin
Expand Down

0 comments on commit 0b47285

Please sign in to comment.