jmoiron plays the blues

e7b8d6c2 to gowiki initial wip, config and user perms/page ownership not yet done
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
e164a790 to modl add DriverName to the dialect interface (required for interfacing with newer sqlx) and change NewDbMap to work with newer sqlx
9e7b4712 to humanize Add the fr_FR translations. Incomplete regarding the numbers, because US/FR don't use the same scales, I have to think about how to do this properly. But the translation as it is, is completely usable.
794a78b4 to modl fix benchmarks, modify test-all so it will append arguments to go test meaning that bench_all is no longer necessary, add benchmark results on my machine to benchmarks.md
6968ba41 to modl remove CustomScanner, make versFieldConst a const instead of a var
9a01e842 to modl add support for returning sql create table as a map of table names to create strings, use ColumnMap.sqltype in table creation
7d2142f2 to modl lots of gorp -> modl renaming
4397c371 to modl mostly new README, change lots of gorp -> modl to avoid confusion