package location
This commit is contained in:
parent
5fe6da1db1
commit
c867254ad2
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/go-func/stream"
|
. "github.com/ZaneYork/go-func/stream"
|
||||||
)
|
)
|
||||||
|
|
||||||
// func NewStopWatch() func() time.Duration {
|
// func NewStopWatch() func() time.Duration {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package collectors
|
package collectors
|
||||||
|
|
||||||
import . "github.com/go-func/stream"
|
import . "github.com/ZaneYork/go-func/stream"
|
||||||
|
|
||||||
// GroupingBy 按照指定的规则分组
|
// GroupingBy 按照指定的规则分组
|
||||||
type GroupingBy struct {
|
type GroupingBy struct {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package collectors
|
package collectors
|
||||||
|
|
||||||
import . "github.com/go-func/stream"
|
import . "github.com/ZaneYork/go-func/stream"
|
||||||
|
|
||||||
// PartitioningBy 按照指定的分区
|
// PartitioningBy 按照指定的分区
|
||||||
type PartitioningBy struct {
|
type PartitioningBy struct {
|
||||||
|
|
Loading…
Reference in New Issue