mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-04-16 08:42:29 +00:00
cmd/protoc-gen-go: add link to devsite for protoc-gen-go
Change-Id: I67a0897df42e177782ec76bb307ea2334f86975e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/220596 Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
parent
222a0006a6
commit
764a9d16a6
@ -2,8 +2,11 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// The protoc-gen-go binary is a protoc plugin to generate a Go protocol
|
// The protoc-gen-go binary is a protoc plugin to generate Go code for
|
||||||
// buffer package.
|
// both proto2 and proto3 versions of the protocol buffer language.
|
||||||
|
//
|
||||||
|
// For more information about the usage of this plugin, see:
|
||||||
|
// https://developers.google.com/protocol-buffers/docs/reference/go-generated
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user