From 79220192ac6ef80fb0a3c8dee87aa7999c4e92e5 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 24 Jun 2021 14:08:50 +0900 Subject: [PATCH] Update CONTRIBUTING.md about the build tag This is for Go 1.17. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57bb1b92a..322706959 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,7 @@ You don't have to update existing files' license comments. ## Adding build tags for examples ```go +//go:build example // +build example ```