Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth/auth_std.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion db/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion firebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion iid/iid.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion messaging/messaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down