(parentFolder string)
| 36 | } |
| 37 | |
| 38 | func (f folderBuildModule) FullPathIn(parentFolder string) string { |
| 39 | return filepath.Join(parentFolder, f.name) |
| 40 | } |
| 41 | |
| 42 | var ( |
| 43 | BpFolderNotInBuilder = folderBuildModule{name: "not-in-builder-buildpack"} |
no outgoing calls