diff

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

README

pkg/diff

This package provides functionality for calculating the difference between two sets of data.

Responsibility

  • Calculate the difference between two sets of data.
  • Provide a clear and concise representation of the differences.

Scope

  • Support different data types for comparison.
  • Provide options for customizing the comparison process.

Gotchas

  • Handling of edge cases, such as empty sets or sets with different sizes.
  • Performance considerations when comparing large sets of data.

Test Suite Overview

The test suite includes unit tests for the core functionality of the package, including:

  • Calculating the difference between two sets of data.
  • Handling edge cases.
  • Customizing the comparison process.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CombinedHash

func CombinedHash(a, b []byte) string

combinedHash returns the SHA256 hash of two byte slices NOTE: hash(hash(a) + hash(b))

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL