Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.84 KB

File metadata and controls

28 lines (17 loc) · 1.84 KB

Hyperscale Plugin Manager Last release Documentation

Go Report Card

Branch Status Coverage
master Build Status Coveralls

The Hyperscale Plugin Manager library provides a simple golang plugin manager

Example

package main

import (
    "github.com/hyperscale-stack/pluginmanager"
)

func main() {

}

License

Hyperscale pluginmanager is licensed under the MIT license.