This commit is contained in:
Borodinov Ilya 2024-08-13 18:48:42 +03:00
parent be7cee87e0
commit 483863005e
Signed by: noth
GPG key ID: 75503B2EF596D1BD
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
go 1.22.5
use (
./cli
./reactive
)

View file

@ -3,7 +3,7 @@ package reactive
import ( import (
"context" "context"
"codeberg.org/noth/ultrago/reactive/multicast" "git.minkystudios.ru/noth/ultrago/reactive/multicast"
) )
type Subject[T any] struct { type Subject[T any] struct {