You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package p2ptest
|
|
|
|
import (
|
|
gogotypes "github.com/gogo/protobuf/types"
|
|
)
|
|
|
|
// Message is a simple message containing a string-typed Value field.
|
|
type Message = gogotypes.StringValue
|