From 97fef36f2facbfcb9364da1e89473b0d8179bad7 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Thu, 20 Jul 2023 21:33:29 +0300 Subject: [PATCH] Move cmd to examples --- {cmd => examples}/go2rtc_hass/main.go | 0 {cmd => examples}/go2rtc_rtsp/main.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {cmd => examples}/go2rtc_hass/main.go (100%) rename {cmd => examples}/go2rtc_rtsp/main.go (100%) diff --git a/cmd/go2rtc_hass/main.go b/examples/go2rtc_hass/main.go similarity index 100% rename from cmd/go2rtc_hass/main.go rename to examples/go2rtc_hass/main.go diff --git a/cmd/go2rtc_rtsp/main.go b/examples/go2rtc_rtsp/main.go similarity index 100% rename from cmd/go2rtc_rtsp/main.go rename to examples/go2rtc_rtsp/main.go