package
0.1.5
Repository: https://github.com/modernice/jotbot.git
Documentation: pkg.go.dev

# Functions

New initializes a new Patch with provided file channel and optional configurations.
WithErrors specifies an error channel to be used by Patch for error reporting.
WithLogger configures a Patch instance with a specific slog.Logger to handle logging output.

# Structs

Patch represents a process for modifying files with documentation updates.

# Interfaces

Language represents the ability to update source code with documentation.

# Type aliases

Option configures a [*Patch] by setting optional parameters.