Add more documentation

This commit is contained in:
Bolke de Bruin
2020-07-18 19:42:06 +02:00
parent c68ec69b92
commit cbb4c29b4d
4 changed files with 57 additions and 9 deletions

View File

@@ -22,6 +22,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install golint
run: go get -u golang.org/x/lint/golint
- name: Build
run: go build -v .