it's not ready yet.
This is here primarily for backup. It may turn into something useful. I'm exploring how django-like models might be crafted in against mongo
=============
- No Magic
- No Reflect
- No Unsafe
- As functional as feasible, i.e. defering mutable state until optimization phase
The dependencies listed are required if you wish to use SansMagic
- .golang
- goinstall launchpad.net/gobson/bson
- goinstall launchpad.net/gobson/mgo
-not yet-
$ goinstall sansmagic $ sans new-proj sans-hello $ cd sans-hello $ make run
goinstall sansmagic
if this doesn't work then you probably have an old go install (that is of course if my code didn't break it!)
Go to the projects root directory and
$ ./test
To add tests see the Commands
section earlier in this
README.
- Fork it.
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -am "recoded the whole thing"
) - Push to the branch (
git push origin my_branch
) - Create an Issue with a link to your branch
- Prepare for eternal fame and fortune.