Skip to content

init interface to initialize within struct #40

init interface to initialize within struct

init interface to initialize within struct #40

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: go test -cover -v ./...