From a87abd3d0f82dcf7900cbc3d87cef1cfb13fb064 Mon Sep 17 00:00:00 2001 From: Functionary Robot Date: Wed, 11 Apr 2018 12:35:12 +1000 Subject: [PATCH] Add Go import comments. --- auth/auth_std.go | 2 +- db/query.go | 2 +- firebase.go | 2 +- iid/iid.go | 2 +- internal/internal.go | 2 +- messaging/messaging.go | 2 +- storage/storage.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/auth/auth_std.go b/auth/auth_std.go index 2055af38..309af03e 100644 --- a/auth/auth_std.go +++ b/auth/auth_std.go @@ -14,7 +14,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package auth +package auth // import "firebase.google.com/go/auth" import "golang.org/x/net/context" diff --git a/db/query.go b/db/query.go index ca377c12..ce9a670b 100644 --- a/db/query.go +++ b/db/query.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package db +package db // import "firebase.google.com/go/db" import ( "encoding/json" diff --git a/firebase.go b/firebase.go index c341dfce..49fb57f1 100644 --- a/firebase.go +++ b/firebase.go @@ -15,7 +15,7 @@ // Package firebase is the entry point to the Firebase Admin SDK. It provides functionality for initializing App // instances, which serve as the central entities that provide access to various other Firebase services exposed // from the SDK. -package firebase +package firebase // import "firebase.google.com/go" import ( "encoding/json" diff --git a/iid/iid.go b/iid/iid.go index 566833e6..66dab244 100644 --- a/iid/iid.go +++ b/iid/iid.go @@ -13,7 +13,7 @@ // limitations under the License. // Package iid contains functions for deleting instance IDs from Firebase projects. -package iid +package iid // import "firebase.google.com/go/iid" import ( "errors" diff --git a/internal/internal.go b/internal/internal.go index bc4f41d1..f233ad08 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -13,7 +13,7 @@ // limitations under the License. // Package internal contains functionality that is only accessible from within the Admin SDK. -package internal +package internal // import "firebase.google.com/go/internal" import ( "golang.org/x/oauth2" diff --git a/messaging/messaging.go b/messaging/messaging.go index fb6fa5dd..eba18072 100644 --- a/messaging/messaging.go +++ b/messaging/messaging.go @@ -14,7 +14,7 @@ // Package messaging contains functions for sending messages and managing // device subscriptions with Firebase Cloud Messaging (FCM). -package messaging +package messaging // import "firebase.google.com/go/messaging" import ( "encoding/json" diff --git a/storage/storage.go b/storage/storage.go index dbcd1303..78019184 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -13,7 +13,7 @@ // limitations under the License. // Package storage provides functions for accessing Google Cloud Storge buckets. -package storage +package storage // import "firebase.google.com/go/storage" import ( "errors"