summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 0191d8a..da55140 100644
--- a/structs.go
+++ b/structs.go
@@ -8,8 +8,7 @@ import (
// maybe an interface someday?
type Forge struct {
- // one-time initialized data
- once sync.Once
+ 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