Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tshakalekholoane/diff

Extracts the Go standard library's internal/diff package.
https://github.com/tshakalekholoane/diff

diff go golang golang-library golang-package golang-testing golang-tests testing tests unified-diff

Last synced: about 2 months ago
JSON representation

Extracts the Go standard library's internal/diff package.

Awesome Lists containing this project

README

        

# diff

[![Go Reference](https://pkg.go.dev/badge/tshaka.dev/x/diff.svg)](https://pkg.go.dev/tshaka.dev/x/diff)
![Continuous Integration](https://github.com/tshakalekholoane/diff/actions/workflows/ci.yaml/badge.svg)

Extracts the Go standard library's [internal/diff](https://pkg.go.dev/internal/diff) package.

This package can be fetched using the following command.

```shell
go get tshaka.dev/x/diff
```