1
0
File upload service tied to Linux that uses no RDBMS but file system. https://upload.arav.su
Go to file
2022-02-06 15:22:14 +04:00
bin Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
cmd Snake case to camel case. Fixed argument parsing. Added a statistics log line to tell how much files gets deleted. 2022-02-06 03:03:01 +04:00
configs Initial commit. 2022-02-06 02:22:23 +04:00
init/systemd Initial commit. 2022-02-06 02:22:23 +04:00
internal/configuration Snake case to camel case. 2022-02-06 03:01:16 +04:00
pkg Utility function to convert size ib bytes to its corresponding biggest unit. 2022-02-06 03:00:32 +04:00
.gitignore Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
go.mod Initial commit. 2022-02-06 02:22:23 +04:00
go.sum Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
LICENSE Initial commit. 2022-02-06 02:22:23 +04:00
Makefile -config option changed to -conf. 2022-02-06 15:22:14 +04:00