Skip to content

fix type of Device.GroupName to string from bool (#14) #55

fix type of Device.GroupName to string from bool (#14)

fix type of Device.GroupName to string from bool (#14) #55

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: checkout
uses: actions/checkout@v3
- name: test
run: go test -v