Skip to content
/ muto Public

Little Go experiment for live reloading plugins

License

Notifications You must be signed in to change notification settings

bjwschaap/muto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muto

Simple experiment to do live reloading of plugins.

Usage

cd ./plugin1
go build -buildmode=plugin
cd ../plugin2
go build -buildmode=plugin
cd ..
go build
./muto

About

Little Go experiment for live reloading plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages