summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-28 19:12:44 +0200
committerxengineering <me@xengineering.eu>2024-05-28 19:12:44 +0200
commite6b74069e18736e6f2d3acb14c18013a7bd4c464 (patch)
treef332c4b709a9829dfd7d5e96f9300f430b58407a
parent313abb1513db61e82ecb5354f4c5918133c13b48 (diff)
downloadiot-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.mod3
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