mirror of
https://github.com/duke-git/lancet.git
synced 2025-10-04 15:12:39 +08:00
fmt: go fmt for function.go
This commit is contained in:
@@ -35,6 +35,7 @@ func Before(n int, fn interface{}) func(args ...interface{}) []reflect.Value {
|
||||
return res
|
||||
}
|
||||
}
|
||||
|
||||
// Fn is for curry function which is func(...interface{}) interface{}
|
||||
type Fn func(...interface{}) interface{}
|
||||
|
||||
|
Reference in New Issue
Block a user