Format the source file

This commit is contained in:
Quentin 2021-08-19 22:14:53 +02:00
parent d69640894d
commit 8f7e8d2c73

13
main.go
View file

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