defaults.go 349 B

123456789101112
  1. // 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. // Package editiondefaults contains the binary representation of the editions
  5. // defaults.
  6. package editiondefaults
  7. import _ "embed"
  8. //go:embed editions_defaults.binpb
  9. var Defaults []byte