1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-08 10:51:09 +00:00

Run gofmt

This commit is contained in:
kez 2022-08-14 15:43:19 -07:00 committed by Timur Ismagilov
parent c1946d8849
commit 9275c9d3f3
2 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,11 @@ package web
import ( import (
"fmt" "fmt"
"github.com/bouncepaw/mycomarkup/v5" "github.com/bouncepaw/mycomarkup/v5"
"github.com/bouncepaw/mycorrhiza/categories"
"github.com/bouncepaw/mycorrhiza/files" "github.com/bouncepaw/mycorrhiza/files"
views2 "github.com/bouncepaw/mycorrhiza/hypview" views2 "github.com/bouncepaw/mycorrhiza/hypview"
"github.com/bouncepaw/mycorrhiza/mycoopts" "github.com/bouncepaw/mycorrhiza/mycoopts"
"github.com/bouncepaw/mycorrhiza/viewutil" "github.com/bouncepaw/mycorrhiza/viewutil"
"github.com/bouncepaw/mycorrhiza/categories"
"io" "io"
"log" "log"
"net/http" "net/http"