From d83ccaeea97f2ee0e7eb3135d5d7f8e16d43442e Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:16:27 -0500 Subject: [PATCH] Clean up legacy compile directive --- app/observatory/command/command.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/observatory/command/command.go b/app/observatory/command/command.go index 0c1fac51..aab85e80 100644 --- a/app/observatory/command/command.go +++ b/app/observatory/command/command.go @@ -1,6 +1,3 @@ -//go:build !confonly -// +build !confonly - package command import (