mibk / duplLinks
a tool for code clone detection
☆352Updated last year
Alternatives and similar repositories for dupl
Users that are interested in dupl are comparing it to the libraries listed below
Sorting:
- A Go tool to auto generate methods for your enums☆484Updated last year
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535Updated 2 years ago
- Debugging helper utilities for Go☆356Updated 3 years ago
- Code generation tools for Go.☆431Updated 2 months ago
- Source code analyzer that helps you to make your Go programs more consistent.☆354Updated 2 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆655Updated last year
- Range over integers [0,n). Seriously, that's it.☆295Updated 5 years ago
- Unified diff parser and printer for Go☆441Updated 2 weeks ago
- Go (golang) library for deep copying values in Go.☆350Updated 4 years ago
- Find in Go repeated strings that could be replaced by a constant☆309Updated 2 months ago
- Remove unnecessary type conversions from Go source☆384Updated 5 months ago
- Search for Go code using syntax trees☆476Updated 4 years ago
- Merge coverprofile results from multiple go cover runs☆221Updated 3 years ago
- Detect ineffectual assignments in Go code.☆423Updated 2 weeks ago
- Generate interfaces from structure methods.☆345Updated 2 weeks ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆399Updated 3 years ago
- panicwrap is a Go library for catching and handling panics in Go applications.☆450Updated last year
- Go package for writing descriptions using the Graphviz DOT and Mermaid language☆288Updated this week
- Simple translation from godoc to markdown.☆491Updated 6 years ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆319Updated 2 months ago
- Package treeprint provides a simple ASCII tree composing tool.☆413Updated last month
- Parse and modify Go struct field tags☆647Updated last year
- Format package documentation (godoc) as GitHub friendly Markdown☆529Updated 4 years ago
- reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.☆277Updated 3 years ago
- A CLI to turn Go's benchmark output into pictures☆340Updated 5 years ago
- Go license and dependency checker☆304Updated 8 months ago
- Partial port of Python difflib package to Go☆415Updated 2 years ago
- A library for doing diffs of arbitrary Golang structs.☆258Updated 4 years ago
- Errwrap is a Go (golang) library for wrapping and querying errors.