Simple file upload and sharing tool
Go to file
2023-12-21 11:22:31 +01:00
public/views Serve basic files page. 2023-12-21 11:22:31 +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 go mod tidy 2023-12-21 11:22:31 +01:00
go.sum go mod tidy 2023-12-21 11:22:31 +01:00
LICENSE Start a go rewrite. 2023-12-21 11:22:31 +01:00
main.go Basic file upload. 2023-12-21 11:22:31 +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.