This website requires JavaScript.
Explore
Help
Sign In
patchy
/
gocp
Watch
1
Star
0
Fork
0
You've already forked gocp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
15
Commits
1
Branch
0
Tags
ee04ab585a2e94264a7a12c0d73afbf446b6f97d
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Ian Gulliver
ee04ab585a
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
CLAUDE.md
Expand find_comments
2025-06-27 21:53:04 -07:00
common.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
CONTEXT.md
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
go.mod
Add Go AST analysis tools and refactor to use common walk code
2025-06-27 20:29:53 -07:00
go.sum
Add Go AST analysis tools and refactor to use common walk code
2025-06-27 20:29:53 -07:00
main.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_analyze_architecture.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_analyze_channels.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_analyze_coupling.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_analyze_defer_patterns.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_analyze_dependencies.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_analyze_embedding.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_analyze_go_idioms.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_analyze_goroutines.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_analyze_memory_allocations.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_analyze_naming_conventions.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_analyze_test_quality.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_analyze_tests.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_extract_api.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_extract_interfaces.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_comments.go
Add context support to find_comments and position ranges to search_replace
2025-06-27 22:20:01 -07:00
tool_find_context_usage.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_dead_code.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_deprecated.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_duplicates.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_empty_blocks.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_errors.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_function_calls.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_generics.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_imports.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_inefficiencies.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_init_functions.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_method_receivers.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_missing_tests.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_panic_recover.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_patterns.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_references.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_reflection_usage.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_find_struct_usage.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_symbols.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_find_type_assertions.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_generate_docs.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_get_type_info.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_go_common.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_go_run.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_gotest.go
Add AST analysis tools and go run/test execution tools
2025-06-27 22:54:45 -07:00
tool_list_packages.go
Reorganize code into individual tool files
2025-06-27 21:22:36 -07:00
tool_read_write_range.go
Fix line/column to byte conversion for unspecified columns
2025-06-27 22:00:19 -07:00
tool_search_replace.go
Add replace_all flag to search_replace tool
2025-06-27 22:25:26 -07:00
Description
No description provided
119
KiB
Languages
Go
100%