diff options
author | xengineering <me@xengineering.eu> | 2024-05-28 19:12:44 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-28 19:12:44 +0200 |
commit | e6b74069e18736e6f2d3acb14c18013a7bd4c464 (patch) | |
tree | f332c4b709a9829dfd7d5e96f9300f430b58407a | |
parent | 313abb1513db61e82ecb5354f4c5918133c13b48 (diff) | |
download | iot-core-e6b74069e18736e6f2d3acb14c18013a7bd4c464.tar iot-core-e6b74069e18736e6f2d3acb14c18013a7bd4c464.tar.zst iot-core-e6b74069e18736e6f2d3acb14c18013a7bd4c464.zip |
software: Add folder and go.mod
This folder will contain the Go software which runs on the iot-core
device.
-rw-r--r-- | software/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/software/go.mod b/software/go.mod new file mode 100644 index 0000000..def1f23 --- /dev/null +++ b/software/go.mod @@ -0,0 +1,3 @@ +module xengineering.eu/iot-core + +go 1.22.3 |