You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think an fmt.Fprintf for each individual file is the best idea for large directories, given my screenshots folder is reaching ~5000 screenshots.
I don't think an
fmt.Fprintf
for each individual file is the best idea for large directories, given my screenshots folder is reaching ~5000 screenshots.Below is the current code for printing it:
https://github.com/l1ving/fs-over-http/blob/bdd0e31a7cea69d470fe23a07aa04b991acd303c/main.go#L255-L282
Sending it as one request or a stream would be ideal.
The text was updated successfully, but these errors were encountered: