package
0.6.0
Repository: https://github.com/dominikh/go-tools.git
Documentation: pkg.go.dev

# Functions

Delete deletes a range of code.
ReplaceWithNode replaces a range with an AST node.
ReplaceWithPattern replaces a range with the result of executing a pattern.
ReplaceWithString replaces a range with a string.
Selector creates a new selector expression.

# Interfaces

Ranger describes values that have a start and end position.

# Type aliases

Range implements the Ranger interface.