01Replaces generic file tools for Go files with AST-based operations.
02Performs atomic, structural edits by AST identifier, ensuring valid Go and clear errors.
03Automatically manages Go imports and formatting on every code mutation.
04Keeps interfaces and their generated mocks in sync with compile-time assertions.
05Enables surgical in-place edits for functions, structs, or interfaces without re-emitting entire declarations.
062 GitHub stars