7 lines
143 B
Go
7 lines
143 B
Go
package internal
|
|
|
|
// getImportPathRoot returns the root path to use in import statements.
|
|
func getImportPathRoot() string {
|
|
return *pkgRoot
|
|
}
|