Files
qfixpt/quickfix/cmd/generate-fix/internal/helpers.go
2026-03-12 12:08:34 -03:00

7 lines
143 B
Go

package internal
// getImportPathRoot returns the root path to use in import statements.
func getImportPathRoot() string {
return *pkgRoot
}