You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Jordan Orelli 5e951ab46a move temp file into place (broken)
this doens't work if os.TempDir and the current directory are in
different filesystems because it's a cross-filesystem move. Annoying af
honestly. I think I have to use zip.Create instead of zip.CreateFromDir
and handle the file exclusion myself.

I could in theory create the zip into memory and then write it to avoid
CreateFromDir trying to circularly zip up its own output but I don't
like that.
3 years ago
internal start putting index in a file 3 years ago
meta/fart figured out how to serve something w00t 3 years ago
modules/orel.li/fart figured out how to serve something w00t 3 years ago
.gitignore ignore 3 years ago
auto start putting index in a file 3 years ago
devloop start putting index in a file 3 years ago
go.mod sure why not 3 years ago
go.sum figured out how to serve something w00t 3 years ago
handler.go sure why not 3 years ago
main.go cleaning some stuff up 3 years ago
modules-index.json maybe this index idea is dumb 3 years ago
pathflag.go some junk 3 years ago
serve.go sure why not 3 years ago
shutdown.go some junk 3 years ago
usage switching computers 3 years ago
zip.go move temp file into place (broken) 3 years ago