diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-22 00:13:47 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-23 17:18:04 +0200 |
commit | b27647c7a0dd95fdbbe4d22962129615fc5c9325 (patch) | |
tree | 285303bbb522f90266ac99cf7f5a196bbafd0843 /bridge/gitlab/iterator.go | |
parent | b18507836cd1716ba842e82eb8d42c82b8d62d71 (diff) | |
download | git-bug-b27647c7a0dd95fdbbe4d22962129615fc5c9325.tar.gz git-bug-b27647c7a0dd95fdbbe4d22962129615fc5c9325.zip |
bridge/gitlab: Fix test project path
bridge/gitlab: update comments
Diffstat (limited to 'bridge/gitlab/iterator.go')
-rw-r--r-- | bridge/gitlab/iterator.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/gitlab/iterator.go b/bridge/gitlab/iterator.go index 8502504d..5a627ade 100644 --- a/bridge/gitlab/iterator.go +++ b/bridge/gitlab/iterator.go @@ -47,6 +47,7 @@ type iterator struct { // notes iterator note *noteIterator + // labelEvent iterator labelEvent *labelEventIterator } |