diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ import ( // maybe an interface someday? type Forge struct { // one-time initialized data - initOnce sync.Once + once sync.Once initErr error // init error, if any goSrc string // the path to go/src repoPB string // the path to the repos.pb cache file |
