Awesome Go

Code Analysis

33 libraries in this category

go-outdated

Console application that displays outdated packages.

43Code AnalysisSource code analysis tools, also known as Static Application Security Testing (SAST) Tools.
blanket

blanket is a tool that helps you catch functions which don't have direct unit tests in your Go packages.

18Code AnalysisSource code analysis tools, also known as Static Application Security Testing (SAST) Tools.
apicompat

Checks recent changes to a Go project for backwards incompatible changes

Code AnalysisCode Analysis
asty

Converts golang AST to JSON and JSON to AST

Code AnalysisCode Analysis
ChainJacking

Find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack

Code AnalysisCode Analysis
Chronos

Detects race conditions statically

Code AnalysisCode Analysis
dupl

Tool for code clone detection

Code AnalysisCode Analysis
errcheck

Errcheck is a program for checking for unchecked errors in Go programs

Code AnalysisCode Analysis
go-cleanarch

go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects

Code AnalysisCode Analysis
go-critic

source code linter that brings checks that are currently not implemented in other linters

Code AnalysisCode Analysis
goast-viewer

Web based Golang AST visualizer

Code AnalysisCode Analysis
golang-ifood-sdk

iFood API SDK

Code AnalysisCode Analysis
golines

Formatter that automatically shortens long lines in Go code

Code AnalysisCode Analysis
GoPlantUML

Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them

Code AnalysisCode Analysis
goreturns

Adds zero-value return statements to match the func return types

Code AnalysisCode Analysis
gostatus

Command line tool, shows the status of repositories that contain Go packages

Code AnalysisCode Analysis
todocheck

Static code analyser which links TODO comments in code with issues in your issue tracker

Code AnalysisCode Analysis
unconvert

Remove unnecessary type conversions from Go source

Code AnalysisCode Analysis
usestdlibvars

A linter that detect the possibility to use variables/constants from the Go standard library

Code AnalysisCode Analysis
vacuum

An ultra-super-fast, lightweight OpenAPI linter and quality checking tool

Code AnalysisCode Analysis
validate

Automatically validates struct fields with tags

Code AnalysisCode Analysis
wrapcheck

A linter to check that errors from external packages are wrapped

Code AnalysisCode Analysis
fatcontext

Fatcontext detects nested contexts in loops or function literals

Code AnalysisCode Analysis
go-checkstyle

checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review Comments

Code AnalysisCode Analysis
go-mod-outdated

An easy way to find outdated dependencies of your Go projects

Code AnalysisCode Analysis
golangci-lint

A fast Go linters runner. It runs linters in parallel, uses caching, supports `yaml` config, has integrations with all major IDE and has dozens of linters included

Code AnalysisCode Analysis
lint

Run linters as part of go test

Code AnalysisCode Analysis
php-parser

A Parser for PHP written in Go

Code AnalysisCode Analysis
revive

~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for `golint`

Code AnalysisCode Analysis
staticcheck

staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#

Code AnalysisCode Analysis
stto

A light-weight superfast line of code counter written in pure Go

Code AnalysisCode Analysis
testifylint

A linter that checks usage of [github.com/stretchr/testify](https://github.com/stretchr/testify)

Code AnalysisCode Analysis
tickgit

CLI and go package for surfacing code comment TODOs (in any language) and applying a `git blame`to identify the author

Code AnalysisCode Analysis