资 源 简 介
A Go reimplementation of https://github.com/lucaswoj/se350-question-writer/.
I did this to try out the archive/tar package in the Go standard library. Also because executing text files terrifies me.
If you have Go installed, you can run go get code.google.com/p/mcjson to fetch, compile, and install the binary into $GOPATH/bin. If you don"t have Go installed, precompiled binaries are available the Downloads page. Precompiled binaries are available for darwin/amd64, darwin/386, linux/amd64, and linux/386. I didn"t bother with freebsd, windows, and arm; if someone actually wants binaries for any of these, I can add them to the build script.
The tool mostly accepts the same format as Lucas" tool; the only difference is that it takes the answers as strings not arbitrarily typed objects. It outputs a tar file. You can override where it reads from and where it writes to using command line fla