# README
uWeb
a uflarians micro framework based on go plugins, it is all about just a plugin
How
just write a go plugin that has a
Run(*sync.Map)
functiongo build -buildmode=plugins
and add it to the.env
and start theuweb
server
Credits
uFlare (c) 2018
# Functions
BootPlugins - initialize the plugins.
# Type aliases
RunHandler - the run function within a plugin.