Matt T. Proud
44d6ad9eee
Do not run `govet
with
-v
`.
...
This is per https://code.google.com/p/go/issues/detail?id=2507 .
2013-03-21 18:08:47 +01:00
Johannes 'fish' Ziemke
1f80b17cb7
Remove temporary debugging.
2013-03-20 15:15:11 +01:00
Johannes 'fish' Ziemke
a985a723a1
Remove echo -e because it's not available on Travis.
...
Instead, files.go gets piped through gofmt.
2013-03-20 12:58:41 +01:00
Johannes 'fish' Ziemke
aed8270a97
Enable debugging (set -x) on embed-static.sh.
2013-03-20 12:58:14 +01:00
Johannes 'fish' Ziemke
fc16580b4c
Ship assets in compiled binary.
...
- utility/embed-static.sh, get called in Makefile to create go map from files
- web/blob/blob.go implements http Handle for serving the files from the map
- web/status.go uses blog.GetFile() to get the template file
The assets are gzipped and decompressed on demand.
2013-03-19 17:40:27 +01:00
Julius Volz
d67e4b9131
Address outstanding comments from PR/47 and other cleanups.
2013-02-07 11:38:01 +01:00
Matt T. Proud
ec3e98b365
Include Snappy in Runtime.
...
Snappy should have been explicitly included in the runtime, for I
erroneously thought that LevelDB bundled this into its runtime as-is.
It turns out that this assumption is wrong, and I thought we had
Snappy compression support all-along.
2013-02-01 13:35:07 +01:00
Matt T. Proud
15cc7744cd
Add advice target to makefile.
2013-01-27 17:53:20 +01:00
Julius Volz
56384bf42a
Add initial config and rule language implementation.
2013-01-07 23:43:36 +01:00
Matt T. Proud
4f0f8f9552
Take into account nuances for Mac OS X. :-(
2012-12-01 13:30:23 +01:00
Matt T. Proud
43aeba2699
Instruct `gofmt
` to simplify output.
2012-11-29 20:42:32 +01:00
Matt T. Proud
c1f0d8aefd
Levigo -> LevelDB in terminology and references.
2012-11-28 20:25:19 +01:00
Matt T. Proud
2450cb3b1c
The clean rule clobbers `.gitignore
`.
2012-11-28 20:10:41 +01:00
Matt T. Proud
44f8802ae7
Add Apache License 2.0 boilerplate.
2012-11-26 20:11:34 +01:00
Matt T. Proud
11ec53f1b5
Automate the documentation server.
2012-11-25 16:04:58 +01:00
Matt T. Proud
6072143505
Initial commit of external resources.
2012-11-24 12:33:34 +01:00