SourceRoot returns the root of the source tree.
()
| 82 | |
| 83 | // SourceRoot returns the root of the source tree. |
| 84 | func (w *World) SourceRoot() string { |
| 85 | return w.srcRoot |
| 86 | } |
| 87 | |
| 88 | // Build builds the Perkeep binaries. |
| 89 | func (w *World) Build() error { |
no outgoing calls