proxy.golang.org : github.com/gogo/harmonytests
This package tests and provides a specification for how gogoprotobuf interacts with goprotobuf. Most tests have some comments above, like so: Optional Native Values are available Nullable is false GoGo -> GoGo "Optional Native" describes the type of struct begin tested. "Values are available" describes the values that have been set in the struct. "Nullable is false" implies that the struct was generated where all fields has a nullable extension value set to false. "GoGo -> Go" implies that a gogoprotobuf generated struct is being marshalled and unmarshalled by a goprotobuf generated struct. The variable names also has some shorthand, which describes some of the same things as the comments. nid = nil is default (nullable = false) nin = nil is nil (nullable = true) [typical] vis = value is set vim = value is missing
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/gogo/harmonytests
License: BSD-2-Clause
Latest release: over 8 years ago
First release: over 8 years ago
Namespace: github.com/gogo
Stars: 2 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago