| 667 | } |
| 668 | |
| 669 | type TestWorkspace struct { |
| 670 | WorkspaceDirectory string |
| 671 | PackageDir string |
| 672 | } |
| 673 | |
| 674 | // FullPackagePath returns the full path to the roor package in the |
| 675 | // local workspace. |
nothing calls this directly
no outgoing calls
no test coverage detected