mdb: write missing package docs

This commit is contained in:
Brian Picciano 2018-07-19 19:38:56 +00:00
parent 0a96d5c61e
commit 2ab7b72b5f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Package mbigquery implements connecting to Google's BigQuery service and
// simplifying a number of interactions with it.
package mbigquery
import (

View File

@ -1,3 +1,5 @@
// Package mpubsub implements connecting to Google's PubSub service and
// simplifying a number of interactions with it.
package mpubsub
import (