Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Jul 18, 2024
1 parent 0919dff commit bec6530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/generate.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package cmd

import (
"gopkg.in/yaml.v3"
"log"
"net/http"
"os"

"gopkg.in/yaml.v3"

"github.com/TheMarstonConnell/docute/gen"
"github.com/spf13/cobra"
)
Expand Down
3 changes: 2 additions & 1 deletion gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package gen
import (
"embed"
"fmt"
"gopkg.in/yaml.v3"
"os"
"path"
"regexp"

"gopkg.in/yaml.v3"
)

//go:embed fonts/*
Expand Down

0 comments on commit bec6530

Please sign in to comment.