Showing 191 of 191 total issues

receiver name p should be consistent with previous receiver name s for Property
Open

func (p Property) Meta(id uint32) object.MetaProperty {
Severity: Minor
Found in meta/idl/interface.go by golint

exported type CustomDecoder should have comment or be unexported
Open

type CustomDecoder interface {
Severity: Minor
Found in type/encoding/encoding.go by golint

exported function AsInt64 should have comment or be unexported
Open

func AsInt64(w reflect.Value) (int64, bool) {
Severity: Minor
Found in type/conversion/conversion.go by golint

if block ends with a return statement, so drop this else and outdent its block
Open

        } else {
Severity: Minor
Found in type/encoding/encoding.go by golint

package comment is detached; there should be no blank lines between it and the package statement
Open


exported function NewDecoder should have comment or be unexported
Open

func NewDecoder(c Capability, r io.Reader) Decoder {
Severity: Minor
Found in type/encoding/encoding.go by golint

exported function NewGobEncoder should have comment or be unexported
Open

func NewGobEncoder(w io.Writer) Encoder {
Severity: Minor
Found in type/encoding/gob.go by golint

receiver name p should be consistent with previous receiver name s for Property
Open

func (p Property) Type() signature.Type {
Severity: Minor
Found in meta/idl/interface.go by golint

comment on exported function NewUintType should be of the form "NewUintType ..."
Open

// NewUIntType is a contructor for the representation of an uint32.
Severity: Minor
Found in meta/signature/type.go by golint

exported function DefaultCap should have comment or be unexported
Open

func DefaultCap() Capability {
Severity: Minor
Found in type/encoding/cap.go by golint

exported function NewEncoder should have comment or be unexported
Open

func NewEncoder(c Capability, w io.Writer) Encoder {
Severity: Minor
Found in type/encoding/encoding.go by golint
Severity
Category
Status
Source
Language