1
0
Fork 0

chore: change the package name to hivemind

This commit is contained in:
Arthur K. 2026-01-18 16:51:53 +03:00
parent 4d44012d06
commit 30750eebe3
Signed by: wzray
GPG key ID: B97F30FDC4636357
17 changed files with 57 additions and 57 deletions

View file

@ -1,8 +1,8 @@
package state
import (
"git.wzray.com/homelab/mastermind/internal/registry"
"git.wzray.com/homelab/mastermind/internal/types"
"git.wzray.com/homelab/hivemind/internal/registry"
"git.wzray.com/homelab/hivemind/internal/types"
)
type RuntimeState struct {