From c81f38feac5bc92d2a38345dae53be8dc06d8a12 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 19 Mar 2025 09:11:34 +0100 Subject: [PATCH] man: remove legacy build-tags Signed-off-by: Sebastiaan van Stijn --- man/generate.go | 1 - man/tools.go | 1 - 2 files changed, 2 deletions(-) diff --git a/man/generate.go b/man/generate.go index 6a0d065db5..c3d83efd4d 100644 --- a/man/generate.go +++ b/man/generate.go @@ -1,7 +1,6 @@ // This file is intended for use with "go run"; it isn't really part of the package. //go:build manpages -// +build manpages package main diff --git a/man/tools.go b/man/tools.go index 3cafe6533a..9cbb25df4e 100644 --- a/man/tools.go +++ b/man/tools.go @@ -1,5 +1,4 @@ //go:build tools -// +build tools package main