Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lazy/init.go')
-rw-r--r--lazy/init.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/lazy/init.go b/lazy/init.go
index 7f6c5b08c..e2e70072e 100644
--- a/lazy/init.go
+++ b/lazy/init.go
@@ -111,7 +111,6 @@ func (ini *Init) Do() (interface{}, error) {
ini.wait()
return ini.out, ini.err
-
}
// TODO(bep) investigate if we can use sync.Cond for this.
@@ -189,7 +188,6 @@ func (ini *Init) withTimeout(timeout time.Duration, f func(ctx context.Context)
case ve := <-c:
return ve.v, ve.err
}
-
}
type verr struct {