mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
implement /index endpoint (#1630)
* implement /index endpoint * rename to Module to Path
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user