adding quickfix
This commit is contained in:
6
quickfix/cmd/generate-fix/internal/helpers.go
Normal file
6
quickfix/cmd/generate-fix/internal/helpers.go
Normal file
@ -0,0 +1,6 @@
|
||||
package internal
|
||||
|
||||
// getImportPathRoot returns the root path to use in import statements.
|
||||
func getImportPathRoot() string {
|
||||
return *pkgRoot
|
||||
}
|
||||
Reference in New Issue
Block a user