protobuf-bug

command module
v0.0.0-...-9ae4db1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2019 License: Unlicense Imports: 6 Imported by: 0

README

protobuf-bug

Steps to reproduce

# we assume that you have protoc installed already
protoc --version
# libprotoc 3.7.1
protoc  --go_out=./ simple/*.proto
dep ensure
go run main.go
# Data in source: []byte{}
# Nil check result in original object: false
# Data after Unmarshal: []byte(nil)
# Nil check result in unmarshalled object: true

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL