mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-29 12:17:48 +00:00
e89e6244e0
Temporarily remove go.mod, since we can't generate an accurate one until the corresponding v1 change is submitted. Change-Id: I1e1ad97f2b455e33f61ffaeb8676289795e47e72 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/177000 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
30 lines
1.6 KiB
Go
30 lines
1.6 KiB
Go
// Copyright 2019 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.
|
|
|
|
// Code generated by generate-protos. DO NOT EDIT.
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/annotations"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/comments"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/base"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/ext"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/extra"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/proto3"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/fieldnames"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub2"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/fmt"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/issue780_oneof_conflict"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/nopackage"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto3"
|
|
)
|