52d40adcc6
## 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). Reviewed-on: #35 Co-authored-by: M.V. Hutz <git@maximhutz.me> Co-committed-by: M.V. Hutz <git@maximhutz.me>