From f30a5a5545daa1b68304fc7068a01a0cf4152e2f Mon Sep 17 00:00:00 2001 From: cuoguojida Date: Tue, 19 May 2026 19:47:53 +0800 Subject: [PATCH] refactor: remove obsolete // +build tag (#560) Signed-off-by: cuoguojida --- cmd/grpcurl/unix.go | 1 - internal/testing/cmd/testserver/unix.go | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/grpcurl/unix.go b/cmd/grpcurl/unix.go index cae4bed..ca746f8 100644 --- a/cmd/grpcurl/unix.go +++ b/cmd/grpcurl/unix.go @@ -1,5 +1,4 @@ //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows -// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows package main diff --git a/internal/testing/cmd/testserver/unix.go b/internal/testing/cmd/testserver/unix.go index 8fc45dc..1613566 100644 --- a/internal/testing/cmd/testserver/unix.go +++ b/internal/testing/cmd/testserver/unix.go @@ -1,5 +1,4 @@ //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris -// +build darwin dragonfly freebsd linux netbsd openbsd solaris package main