funnies
This commit is contained in:
parent
be7cee87e0
commit
483863005e
2 changed files with 1 additions and 7 deletions
6
go.work
6
go.work
|
@ -1,6 +0,0 @@
|
||||||
go 1.22.5
|
|
||||||
|
|
||||||
use (
|
|
||||||
./cli
|
|
||||||
./reactive
|
|
||||||
)
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue