diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-08 23:14:59 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-24 21:20:45 +0200 |
commit | fbb0e836d3d23e5a3e47029c92426090e21615f7 (patch) | |
tree | 8671b23efa14401ac32b8afd38cf630412ec7dba /bridge/github/export_test.go | |
parent | 0424a0fa19cbd2d2110d748a0ff3c014615aa17e (diff) | |
download | git-bug-fbb0e836d3d23e5a3e47029c92426090e21615f7.tar.gz |
[bridge/github] Add exporter implementation
Diffstat (limited to 'bridge/github/export_test.go')
-rw-r--r-- | bridge/github/export_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bridge/github/export_test.go b/bridge/github/export_test.go new file mode 100644 index 00000000..74e8a656 --- /dev/null +++ b/bridge/github/export_test.go @@ -0,0 +1,7 @@ +package github + +import "testing" + +func TestExporter(t *testing.T) { + +} |