summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index da55140..b96e676 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,7 @@ import (
// maybe an interface someday?
type Forge struct {
- once sync.Once // one-time initialized data
+ once sync.Once // one-time initialized data
Config *ForgeConfigs // config repos for readonly, private, etc
Repos *gitpb.Repos // the repo protobufs
Patchsets *Sets // patches that are in progress