fix(examples): move examples to their own subfolders

This commit is contained in:
Felix Rosén 2021-12-13 20:24:41 +01:00
parent 19203e6d79
commit a1ddfeaa9c
3 changed files with 1 additions and 1 deletions

View file

@ -23,4 +23,4 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: go build -v examples/devices.go
run: go build -v examples/devices/devices.go