Files
qfixdpl/quickfix/cmd/generate-fix/internal/helpers.go
2026-03-09 15:35:32 -03:00

7 lines
143 B
Go

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