diff options
Diffstat (limited to 'vendor/modernc.org/memory/counters.go')
-rw-r--r-- | vendor/modernc.org/memory/counters.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modernc.org/memory/counters.go b/vendor/modernc.org/memory/counters.go index ca4024fc..d50a3612 100644 --- a/vendor/modernc.org/memory/counters.go +++ b/vendor/modernc.org/memory/counters.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build memory.counters // +build memory.counters package memory // import "modernc.org/memory" |