summaryrefslogtreecommitdiff
path: root/rhimport/core.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-11 15:47:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-11 15:47:28 (GMT)
commit869c36bf0d601e906ca1ca8b62449478c658a425 (patch)
tree533385338600df94bafec4e3fb917be75795731f /rhimport/core.go
parent1e2ba79b90cba21688667f14e1cc340cdb11870d (diff)
added sourcefile to rhimport.Result
Diffstat (limited to 'rhimport/core.go')
-rw-r--r--rhimport/core.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhimport/core.go b/rhimport/core.go
index 9b9cd54..fd481e4 100644
--- a/rhimport/core.go
+++ b/rhimport/core.go
@@ -61,6 +61,7 @@ type Result struct {
ErrorString string
Cart uint
Cut uint
+ SourceFile string
}
type Context struct {