diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-11-03 18:22:33 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-11-03 18:29:54 +0100 |
commit | 0f629c91e14aebd675c22602d93e60860158d842 (patch) | |
tree | 1468d6186c053903eba9929edfdfdf83310615c7 /commands/push.go | |
parent | dfe646798ba4b144586398d1dfaf29f57f8225e2 (diff) | |
download | git-bug-0f629c91e14aebd675c22602d93e60860158d842.tar.gz |
fix[WIP]: adjust import
According to
https://github.com/git-bug/git-bug/pull/501#issuecomment-2453233379
the package bug has been moved into entities.
Still remaining:
```
mitmanek:git-bug (bug-export *) $ go build
commands/export.go:13:2: undefined: queryOptions
commands/export.go:17:9: undefined: newEnv
commands/export.go:29:13: undefined: loadBackend
commands/export.go:30:13: undefined: closeBackend
commands/export.go:39:33: options.statusQuery undefined (type exportOptions has no field or method statusQuery)
commands/export.go:41:33: options.authorQuery undefined (type exportOptions has no field or method authorQuery)
commands/export.go:43:33: options.participantQuery undefined (type exportOptions has no field or method participantQuery)
commands/export.go:45:33: options.actorQuery undefined (type exportOptions has no field or method actorQuery)
commands/export.go:47:33: options.labelQuery undefined (type exportOptions has no field or method labelQuery)
commands/export.go:61:21: undefined: Env
commands/export.go:47:33: too many errors
mitmanek:git-bug (bug-export *) $
```
Diffstat (limited to 'commands/push.go')
0 files changed, 0 insertions, 0 deletions