diff options
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") -} |