Simple file upload and sharing tool
Go to file
2023-12-19 21:41:36 +01:00
public/views Serve basic files page. 2023-12-19 21:17:59 +01:00
static/css Serve basic files page. 2023-12-19 21:17:59 +01:00
.gitignore Server future uploaded files. 2023-12-19 21:01:30 +01:00
go.mod go mod tidy 2023-12-19 20:39:06 +01:00
go.sum go mod tidy 2023-12-19 20:39:06 +01:00
LICENSE Start a go rewrite. 2023-12-19 13:22:13 +01:00
main.go Basic file upload. 2023-12-19 21:41:36 +01:00
README.md Update readme 2023-12-19 13:23:37 +01:00

Rewrite

Rewriting upfast in go mostly for learning, and in general even faster and more robust tool.