chore: migrate module path to syntrex-lab and prepare open source release

This commit is contained in:
DmitrL-dev 2026-03-31 22:01:51 +10:00
parent a54c892736
commit 5cbb3d89d3
107 changed files with 465 additions and 594 deletions

View file

@ -5,7 +5,7 @@ import (
"fmt"
"time"
"github.com/syntrex/gomcp/internal/domain/synapse"
"github.com/syntrex-lab/gomcp/internal/domain/synapse"
)
// SynapseRepo implements synapse.SynapseStore using SQLite.