diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3a8bd00..32595f1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/examples/devices.go b/examples/devices/devices.go similarity index 100% rename from examples/devices.go rename to examples/devices/devices.go diff --git a/examples/static_connect.go b/examples/static_connect/static_connect.go similarity index 100% rename from examples/static_connect.go rename to examples/static_connect/static_connect.go