fix(examples): move examples to their own subfolders
This commit is contained in:
parent
19203e6d79
commit
a1ddfeaa9c
3 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue