Improved documentation
This commit is contained in:
parent
b72e3943a4
commit
ec20fd3d3a
4 changed files with 12 additions and 5 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
// Scan scans the directory.
|
||||
func Scan(path string) (<-chan *Function, <-chan error) {
|
||||
functions := make(chan *Function, 16)
|
||||
functions := make(chan *Function)
|
||||
errors := make(chan error)
|
||||
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue