fix char ls bugs

This commit is contained in:
2022-11-02 20:30:44 +01:00
parent bace568ad5
commit e59a87c43a
4 changed files with 7 additions and 5 deletions

View File

@@ -11,3 +11,5 @@ type About struct {
type Plugin interface {
About(ctx context.Context) (*About, error)
}
const PluginKey = "plugin"