Skip to content

Add hello world file for testing #108

Add hello world file for testing

Add hello world file for testing #108

Workflow file for this run

name: Build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.15.1'
- run: go test -coverprofile coverage.txt