Simple fileserver written in Go (Golang) for local editing
Thought it would be nice if I could edit files residing on my Surface tablet using my dual monitor chromebox. This server will serve up files for editing using the same editor GitHub uses (Ace). Expected use is to restrict the server to the local network, reducing security issues.
--Th