chore: update repository references from go-onvif to onvif-go

This commit is contained in:
ProtoTess
2025-11-12 17:45:04 +00:00
parent a6fda445f3
commit ea382eb9dc
43 changed files with 80 additions and 80 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Go ONVIF Library Makefile
# ONVIF GO Library Makefile
.PHONY: all build test clean install deps lint fmt vet check examples cli docker
@@ -181,7 +181,7 @@ release: build-all
# Create Docker image
docker:
@echo "🐳 Building Docker image..."
docker build -t go-onvif:latest .
docker build -t onvif-go:latest .
# Development setup
dev-setup: