Move pluginator to cmd directory.

This commit is contained in:
Jeffrey Regan
2019-06-18 10:14:36 -07:00
parent a9583fc6ec
commit 4bc31f4b2a
15 changed files with 21 additions and 21 deletions

View File

@@ -4,14 +4,12 @@
/*
Package plugin contains builtin and example
plugins, tests and test libraries, and a code
generator for converting a plugin to statically
loadable code (see pluginator).
plugins, tests and test libraries.
See ../../docs/plugins.md for a description of
See /docs/plugins.md for a description of
writing and testing a plugin. The information
here is supplemental to that, and more oriented to
how the builting plugins work.
how the builtin plugins work.
HOW PLUGINS RUN