fmtcmd

package
v0.2.742 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2024 License: MIT Imports: 12 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(log *slog.Logger, stdin io.Reader, stdout io.Writer, args Arguments) (err error)

Types

type Arguments added in v0.2.590

type Arguments struct {
	ToStdout      bool
	StdinFilepath string
	Files         []string
	WorkerCount   int
}

type Formatter added in v0.2.590

type Formatter struct {
	Log         *slog.Logger
	Dir         string
	Process     func(fileName string) error
	WorkerCount int
}

func NewFormatter added in v0.2.590

func NewFormatter(log *slog.Logger, dir string, process func(fileName string) error, workerCount int) *Formatter

func (*Formatter) Run added in v0.2.590

func (f *Formatter) Run() (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL