Simple file upload and sharing tool
Go to file
2023-12-21 12:23:11 +01:00
public/views File upload form 2023-12-21 12:08:07 +01:00
static/css Serve basic files page. 2023-12-21 11:22:31 +01:00
.gitignore Server future uploaded files. 2023-12-21 11:22:31 +01:00
go.mod Embed html templates and static files. 2023-12-21 11:22:31 +01:00
go.sum Embed html templates and static files. 2023-12-21 11:22:31 +01:00
LICENSE Start a go rewrite. 2023-12-21 11:22:31 +01:00
main.go Fix regex detection. 2023-12-21 12:23:11 +01:00
README.md Update readme 2023-12-21 11:22:31 +01:00

Rewrite

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