summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 55b3188..8adc488 100644
--- a/structs.go
+++ b/structs.go
@@ -8,3 +8,7 @@ type Forge struct {
Config *ForgeConfigs // config repos for readonly, private, etc
Repos *gitpb.Repos
}
+
+func (f *Forge) GetGoSrc() string {
+ return f.goSrc
+}