From b896d3043c0f729a07cad26489186b842b5f5e2f Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Fri, 5 Jan 2024 10:05:23 -0800 Subject: [PATCH] Add tag comments to configuration page files. --- web/configuration_page.go | 1 + web/configuration_page_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/web/configuration_page.go b/web/configuration_page.go index 66879f0..81e5176 100644 --- a/web/configuration_page.go +++ b/web/configuration_page.go @@ -1,3 +1,4 @@ +// This file is specific to the robot radio version of the API. //go:build robot package web diff --git a/web/configuration_page_test.go b/web/configuration_page_test.go index 986d954..a3c0a03 100644 --- a/web/configuration_page_test.go +++ b/web/configuration_page_test.go @@ -1,3 +1,4 @@ +// This file is specific to the robot radio version of the API. //go:build robot package web