apicompat
Code compatibility checker
Checks Go projects for changes that might break existing code
apicompat checks recent changes to a Go project for backwards incompatible changes
179 stars
10 watching
5 forks
Language: Go
last commit: almost 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
bradleyjkemp/cupaloy | Automatically checks test output for changes and fails tests if output differs from previously recorded snapshots | 308 |
fergstar/go-parse | A Go client library providing a set of pre-built services to interact with the Parse API. | 1 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
gregdel/pushover | A Go wrapper around the Pushover API to send notifications from a Go program | 142 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
go-restit/restit | A Go library to help write integration tests for RESTful APIs | 55 |
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |
appleboy/gofight | A testing framework for building API handlers in Golang. | 441 |
psampaz/go-mod-outdated | Analyze outdated dependencies in Go projects and display updates | 651 |
ctreminiom/go-atlassian | Provides a simple and convenient way to interact with Atlassian products' REST APIs in Go. | 131 |
crocmagnon/fatcontext | Detects potential performance issues in Go code caused by nested contexts in loops or function literals | 10 |
paulrosset/go-hacknews | A utility client for interacting with the HackerNews API in Go. | 17 |
jbogarin/go-cisco-webex-teams | A Go client library for interacting with the Cisco Webex Teams API | 35 |
codeship/codeship-go | A Go library for accessing the Codeship API v2 | 18 |
creativeinquiry/go2json | Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |