TargetHome returns the location of the target folder, usually $HOME/.target
()
| 20 | // TargetHome returns the location of the target |
| 21 | // folder, usually $HOME/.target |
| 22 | func TargetHome() string { |
| 23 | return fmt.Sprintf("%s/.target", HomeFolder()) |
| 24 | } |
| 25 | |
| 26 | // TargetHomeCreate checks for the target directory |
| 27 | // and profiles.json file and creates if they don't exist |
no test coverage detected