Go to file
joeduffy 2b385b2e20 Prepare for better diagnostics
This change adds a new Diagable interface from which you can obtain
a diagnostic's location information (Document and Location).  A new
At function replaces WithDocument, et al., and will be used soon to
permit all arbitrary AST nodes to report back their position.
2016-11-23 07:44:03 -08:00
cmd Support Workspaces 2016-11-22 10:41:07 -08:00
docs Articulate how dependency versioning works 2016-11-22 13:22:29 -08:00
examples Add a workspace file to our demo 2016-11-22 09:50:53 -08:00
pkg Prepare for better diagnostics 2016-11-23 07:44:03 -08:00
.gitignore Gitignore *.swp files 2016-11-16 09:28:46 -08:00
.gitmodules Add Docker Compose and Kubernetes conversions as submodules 2016-11-01 10:30:39 -07:00
glide.lock Implement dependency resolution 2016-11-21 11:19:25 -08:00
glide.yaml Implement dependency resolution 2016-11-21 11:19:25 -08:00
main.go Move glogging into Mu command startup/teardown 2016-11-19 16:42:27 -08:00
Makefile Test packages when making the project 2016-11-15 19:25:06 -08:00
README.md Clean up out of date documentation 2016-11-04 11:27:09 -07:00

Mu

Mu is a framework and toolset for creating reusable stacks of services.