mirror of
https://github.com/NotAShelf/goblin.git
synced 2024-11-01 19:11:16 +00:00
bff988d4b2
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
349 B
Go
13 lines
349 B
Go
// Copyright 2024 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package editiondefaults contains the binary representation of the editions
|
|
// defaults.
|
|
package editiondefaults
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed editions_defaults.binpb
|
|
var Defaults []byte
|