chore: remove unused deltanet package #35

Merged
mvhutz merged 1 commits from chore/remove-deltanet-package into main 2026-01-17 19:56:58 +00:00
Owner

Description

The deltanet package was an unused stub in the codebase.
This PR removes it to reduce clutter.

  • Removed pkg/deltanet/deltanet.go.
  • Removed pkg/deltanet/node.go.

Closes #34

Benefits

  • Reduces codebase complexity by removing unused code.
  • Eliminates potential confusion from an incomplete stub package.

Checklist

  • Code follows conventional commit format.
  • Branch follows naming convention (<type>/<description>).
  • Tests pass (if applicable).
  • Documentation updated (if applicable).
## Description The `deltanet` package was an unused stub in the codebase. This PR removes it to reduce clutter. - Removed `pkg/deltanet/deltanet.go`. - Removed `pkg/deltanet/node.go`. Closes #34 ## Benefits - Reduces codebase complexity by removing unused code. - Eliminates potential confusion from an incomplete stub package. ## Checklist - [x] Code follows conventional commit format. - [x] Branch follows naming convention (`<type>/<description>`). - [x] Tests pass (if applicable). - [x] Documentation updated (if applicable).
mvhutz added 1 commit 2026-01-17 19:56:31 +00:00
mvhutz merged commit 52d40adcc6 into main 2026-01-17 19:56:58 +00:00
mvhutz deleted branch chore/remove-deltanet-package 2026-01-17 19:56:58 +00:00
Sign in to join this conversation.