1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-07 18:30:26 +00:00

Run gofmt

This commit is contained in:
Umar Getagazov 2021-09-29 21:56:17 +07:00
parent 6636fc95a7
commit 33650e965c
6 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
package shroom
import (
"bytes"
"errors"
"fmt"
"io"
"log"
"bytes"
"mime/multipart"
"os"
"path/filepath"

View File

@ -6,10 +6,10 @@ import (
"github.com/gorilla/mux"
"github.com/bouncepaw/mycorrhiza/l18n"
"github.com/bouncepaw/mycorrhiza/shroom"
"github.com/bouncepaw/mycorrhiza/user"
"github.com/bouncepaw/mycorrhiza/util"
"github.com/bouncepaw/mycorrhiza/l18n"
"github.com/bouncepaw/mycorrhiza/views"
)