Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Asterism12 committed Apr 12, 2022
1 parent 25055e3 commit eea6e95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stream.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package stream4

import (
"stream4/function"
)
import "github.com/Asterism12/stream4/function"

// Slice returns a sequential Stream supporting 1 type with the specified slice as its source
func Slice[T any](vs []T) Stream1[T, any, any, any] {
Expand Down

0 comments on commit eea6e95

Please sign in to comment.