Add missing qldoc

This commit is contained in:
Chris Smowton
2020-09-03 16:56:12 +01:00
parent 90915284ba
commit 18ed6bd1ee

View File

@@ -4,6 +4,7 @@ import go
/** Provides models of commonly used functions and types in the protobuf packages. */
module Protobuf {
/** Gets the name of a protobuf implementation package. */
string protobufPackages() {
result in ["github.com/golang/protobuf/proto", "google.golang.org/protobuf/proto"]
}