Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Mar 7, 2025
1 parent 166e293 commit 65c51bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package cmd

import (
"fmt"
l "github.com/charmbracelet/log"
"os"
"os/exec"
"path/filepath"
"runtime"

l "github.com/charmbracelet/log"

Check failure on line 10 in cmd/docs.go

View workflow job for this annotation

GitHub Actions / golangci

[golangci] cmd/docs.go#L10

import "github.com/charmbracelet/log" imported as "l" but must be "log" according to config (importas)
Raw output
cmd/docs.go:10:2: import "github.com/charmbracelet/log" imported as "l" but must be "log" according to config (importas)
	l "github.com/charmbracelet/log"
	^

"github.com/charmbracelet/glamour"
"github.com/charmbracelet/lipgloss"
"github.com/spf13/cobra"
Expand Down

0 comments on commit 65c51bb

Please sign in to comment.