Simple file upload and browsing

This commit is contained in:
kamkow1
2025-06-21 02:05:25 +02:00
parent c5f009654c
commit 622b98f40a
7 changed files with 496 additions and 7 deletions

4
go.mod
View File

@ -2,3 +2,7 @@ module lts
go 1.24.3
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)