diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 +} |
