embedcheck - ActiveState ActiveGo 1.8
...

Package embedcheck

import "github.com/gogo/protobuf/plugin/embedcheck"
Overview
Index

Overview ▾

The embedcheck plugin is used to check whether embed is not used incorrectly. For instance: An embedded message has a generated string method, but the is a member of a message which does not. This causes a warning. An error is caused by a namespace conflict.

It is enabled by the following extensions:

- embed
- embed_all

For incorrect usage of embed with tests see:

github.com/gogo/protobuf/test/embedconflict

Index ▾

Package files

embedcheck.go

func NewPlugin

func NewPlugin() *plugin