Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tshakalekholoane/diff
- Owner: tshakalekholoane
- License: bsd-3-clause
- Created: 2023-12-06T15:03:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:56:54.000Z (2 months ago)
- Last Synced: 2024-10-28T13:55:50.720Z (about 2 months ago)
- Topics: diff, go, golang, golang-library, golang-package, golang-testing, golang-tests, testing, tests, unified-diff
- Language: Go
- Homepage: https://tshaka.dev/x/diff
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```