(path string)
| 157 | } |
| 158 | |
| 159 | func File(path string) ValueSource { |
| 160 | return &fileValueSource{Path: path} |
| 161 | } |
| 162 | |
| 163 | // Files is a helper function to encapsulate a number of |
| 164 | // fileValueSource together as a ValueSourceChain |
no outgoing calls
searching dependent graphs…