From 1ee39d2f41409a3a942435600a24d4c2088aec36 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Tue, 9 Nov 2021 11:14:32 -0500 Subject: [PATCH] add new build tags to go9p --- third_party/go9p/clnt_stats_http.go | 1 + third_party/go9p/srv_stats_http.go | 1 + 2 files changed, 2 insertions(+) diff --git a/third_party/go9p/clnt_stats_http.go b/third_party/go9p/clnt_stats_http.go index 10059b172a..9e185ae30e 100644 --- a/third_party/go9p/clnt_stats_http.go +++ b/third_party/go9p/clnt_stats_http.go @@ -1,3 +1,4 @@ +//go:build httpstats // +build httpstats package go9p diff --git a/third_party/go9p/srv_stats_http.go b/third_party/go9p/srv_stats_http.go index 5eca6e269c..75bb44e367 100644 --- a/third_party/go9p/srv_stats_http.go +++ b/third_party/go9p/srv_stats_http.go @@ -1,3 +1,4 @@ +//go:build httpstats // +build httpstats package go9p