diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-21 14:38:44 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-21 14:38:44 +0200 |
commit | 6a575fbf483e2b28821908f67e87637d9e5cea75 (patch) | |
tree | ae2565929468a569c8c50c459c3b542dfd2d0401 /bridge/github/github.go | |
parent | 6e4475941309b1b8aed7415b948ba6d26d80dfad (diff) | |
download | git-bug-6a575fbf483e2b28821908f67e87637d9e5cea75.tar.gz |
bridge: make github 2FA work
Diffstat (limited to 'bridge/github/github.go')
-rw-r--r-- | bridge/github/github.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bridge/github/github.go b/bridge/github/github.go index d905ec7d..0238b4bf 100644 --- a/bridge/github/github.go +++ b/bridge/github/github.go @@ -1,18 +1,4 @@ package github -import "github.com/MichaelMure/git-bug/cache" - type github struct { } - -func (*github) Configure() error { - panic("implement me") -} - -func (*github) ImportAll(repo *cache.RepoCache) error { - panic("implement me") -} - -func (*github) Import(repo *cache.RepoCache, id string) error { - panic("implement me") -} |