implement /index endpoint (#1630)

* implement /index endpoint

* rename to Module to Path
This commit is contained in:
Marwan Sulaiman
2020-06-24 14:29:30 -04:00
committed by GitHub
parent 216723117e
commit 52934cfa46
25 changed files with 797 additions and 39 deletions
+3
View File
@@ -2,6 +2,8 @@ build: off
clone_folder: c:\gopath\src\github.com\gomods\athens
image: Previous Visual Studio 2019
environment:
GOPATH: c:\gopath
GO111MODULE: on
@@ -11,5 +13,6 @@ environment:
stack: go 1.14
test_script:
- go version
- go test ./...