package location

This commit is contained in:
Zane.Y 2017-07-19 11:46:28 +08:00
parent 5fe6da1db1
commit c867254ad2
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package main
import (
. "github.com/go-func/stream"
. "github.com/ZaneYork/go-func/stream"
)
// func NewStopWatch() func() time.Duration {

View File

@ -1,6 +1,6 @@
package collectors
import . "github.com/go-func/stream"
import . "github.com/ZaneYork/go-func/stream"
// GroupingBy 按照指定的规则分组
type GroupingBy struct {

View File

@ -1,6 +1,6 @@
package collectors
import . "github.com/go-func/stream"
import . "github.com/ZaneYork/go-func/stream"
// PartitioningBy 按照指定的分区
type PartitioningBy struct {