Shiva S

Results 3 issues of Shiva S

Current way of starting dingo server. ``` $ cd $GOPATH/src/github.com/dingoblog/dingo $ go run main.go --port 8000 ``` This can be changed to something like ``` $ dingo serve --port 8000...

Running Goofys with the debug flags on `--debug_s3 --debug_fuse` ```bash goofys --debug_s3 --debug_fuse bucket /path ``` does not log any debug logs to syslog, only info logs are pushed to...

Currently GoVM supports only linux and Mac. For supporting Windows this requires a bit of batch magic, I would love to see a PR for this.