From 0e1fd32b0c0584f0d28eec08848dfd2bf6a909d9 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 4 Dec 2024 19:03:01 +0200 Subject: [PATCH] chore: use new build tag syntax (#1133) --- sample-go-mod/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-go-mod/tools.go b/sample-go-mod/tools.go index 224c27f..9660590 100644 --- a/sample-go-mod/tools.go +++ b/sample-go-mod/tools.go @@ -1,4 +1,4 @@ -// +build tools +//go:build tools package main