add first test

This commit is contained in:
JBP
2019-06-29 23:01:28 +02:00
parent b2dc7a86fd
commit d2d6f622f6
6 changed files with 318 additions and 5 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
# ebay
ebay is a Go client library for accessing the [eBay API](https://developer.ebay.com/).
ebay is a Go client library for accessing the [eBay API](https://developer.ebay.com/).
# Thanks
- https://github.com/google/go-github for their library design.