From b1ef2675f801cfd8e92cc97909bfc9c2a6ff2e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:39:00 +0900 Subject: [PATCH] chore: make lint happy --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index ce20891..caef08a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,6 +5,7 @@ linters-settings: exclude-functions: - (*os.File).Write - (*github.com/fumiama/WireGold/helper.Writer).Write + - (*github.com/fumiama/WireGold/helper.Writer).WriteByte - (*github.com/fumiama/WireGold/upper/services/tunnel.Tunnel).Write - (*github.com/fumiama/WireGold/upper/services/tunnel.Tunnel).Read