source_context_gen.go 340 B

123456789101112
  1. // Copyright 2019 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. // Code generated by generate-protos. DO NOT EDIT.
  5. package fieldnum
  6. // Field numbers for google.protobuf.SourceContext.
  7. const (
  8. SourceContext_FileName = 1 // optional string
  9. )