Update module path, imports; update README and Makefile references

This commit is contained in:
2025-12-28 14:39:25 +01:00
parent 0e8d108156
commit bfe8704f18
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ run: build
./$(BINARY)
docker-build:
docker build -t lambda-iot-core:latest .
docker build -t lambdaiot-core:latest .
test:
go test ./... -v