diff --git a/go.work b/go.work deleted file mode 100644 index 7e65098..0000000 --- a/go.work +++ /dev/null @@ -1,6 +0,0 @@ -go 1.22.5 - -use ( - ./cli - ./reactive -) diff --git a/reactive/subject.go b/reactive/subject.go index 4208d73..b05b1cc 100644 --- a/reactive/subject.go +++ b/reactive/subject.go @@ -3,7 +3,7 @@ package reactive import ( "context" - "codeberg.org/noth/ultrago/reactive/multicast" + "git.minkystudios.ru/noth/ultrago/reactive/multicast" ) type Subject[T any] struct {