Skip to content

Update links to https in README. #3

Update links to https in README.

Update links to https in README. #3

Workflow file for this run

name: Run Go tests on alytfeed.xml
on: {push}
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
- name: Check out source
uses: actions/checkout@v1
- name: Run Go Test
run: go test -v .