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 0bb770d..7ec1abb 100644
--- a/structs.go
+++ b/structs.go
@@ -23,3 +23,7 @@ type Forge struct {
func (f *Forge) GetGoSrc() string {
return f.goSrc
}
+
+func (f *Forge) IsGoWork() bool {
+ return f.goWork
+}