Skip to content

Instantly share code, notes, and snippets.

View Sandy10247's full-sized avatar
:fishsticks:
under construction

Sandilya Karavadi Sandy10247

:fishsticks:
under construction
View GitHub Profile
@Sandy10247
Sandy10247 / main.go
Created November 2, 2025 16:54
Go File Download Server with throttle for Slowing things
package main
import (
"errors"
"fmt"
"io"
"log"
"net/http"
"os"
"path/filepath"