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 2518b522..20afef60 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 ( "fmt" diff --git a/messaging/messaging.go b/messaging/messaging.go index f218e486..b44cb0d9 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"