From 7891eecbd3299fd53f1fcbc87185c960b0575146 Mon Sep 17 00:00:00 2001 From: Sylvain Rabot Date: Fri, 7 Apr 2023 11:11:57 +0200 Subject: [PATCH] Run go generated with GOEXPERIMENT=arenas Signed-off-by: Sylvain Rabot --- pkg/section/standard_list.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/section/standard_list.go b/pkg/section/standard_list.go index f0e904d..e5f5d47 100644 --- a/pkg/section/standard_list.go +++ b/pkg/section/standard_list.go @@ -1,10 +1,11 @@ package section -// Code generated based on go1.20.1. DO NOT EDIT. +// Code generated based on go1.20.1 X:arenas. DO NOT EDIT. var standardPackages = map[string]struct{}{ "archive/tar": {}, "archive/zip": {}, + "arena": {}, "bufio": {}, "bytes": {}, "compress/bzip2": {},