diff options
Diffstat (limited to 'internal/api/metrics/no_metrics.go')
-rw-r--r-- | internal/api/metrics/no_metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/metrics/no_metrics.go b/internal/api/metrics/no_metrics.go index ae7fc7ce7..5aa7b722d 100644 --- a/internal/api/metrics/no_metrics.go +++ b/internal/api/metrics/no_metrics.go @@ -15,7 +15,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -//go:build nometrics +//go:build nootel package metrics |