Test contextual location and add first integration test

This commit is contained in:
Jean-Baptiste Pinalie
2019-05-27 21:54:44 +02:00
parent 4b7e5a67c7
commit a63792e92f
7 changed files with 152 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/jybp/ebay
go 1.12
require (
github.com/stretchr/testify v1.3.0
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
)