Format the source file

This commit is contained in:
Quentin 2021-08-19 22:14:53 +02:00
parent d69640894d
commit 8f7e8d2c73
1 changed files with 198 additions and 197 deletions

13
main.go
View File

@ -2,15 +2,15 @@ package main
import (
"context"
"log"
"fmt"
"os"
"io/fs"
"time"
"errors"
"fmt"
"io/fs"
"log"
"net/http"
"strings"
"os"
"path"
"strings"
"time"
"golang.org/x/net/webdav"
@ -21,6 +21,7 @@ import (
)
type bagageCtxKey string
const garageEntry = bagageCtxKey("garage")
type garageCtx struct {