blob: 14656b65ab16f773d1a3495a2a98d6912605fed6 [file] [log] [blame]
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +05301// Copyright 2024 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// Package editiondefaults contains the binary representation of the editions
6// defaults.
7package editiondefaults
8
9import _ "embed"
10
11//go:embed editions_defaults.binpb
12var Defaults []byte