Skip to content

Instantly share code, notes, and snippets.

View wgfm's full-sized avatar

Werner Hofstra wgfm

View GitHub Profile
package main
import (
"bufio"
"fmt"
"log"
"os"
"strconv"
)
@wgfm
wgfm / main.go
Created October 18, 2023 12:57
Ardan exercise
package main
import (
"fmt"
"net/http"
"sync"
"time"
)
func downloadSize(startDate, endDate time.Time) (int64, error) {