Skip to content

Commit

Permalink
Update module
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmq committed Feb 22, 2024
1 parent 6ee7465 commit 70b3ff6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = 1
name = "go"

[analyzers.meta]
import_root = "github.com/lucmq/google-cloud-id"
import_root = "github.com/lucmq/gcp-project-id"
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# google-cloud-id
[![Go Reference](https://pkg.go.dev/badge/github.com/lucmq/google-cloud-id.svg)](https://pkg.go.dev/github.com/lucmq/google-cloud-id)
[![Go Report Card](https://goreportcard.com/badge/github.com/lucmq/google-cloud-id)](https://goreportcard.com/report/github.com/lucmq/google-cloud-id)
[![Go Coverage](https://github.com/lucmq/google-cloud-id/wiki/coverage.svg)](https://raw.githack.com/wiki/lucmq/google-cloud-id/coverage.html)
# gcp-project-id
[![Go Reference](https://pkg.go.dev/badge/github.com/lucmq/gcp-project-id.svg)](https://pkg.go.dev/github.com/lucmq/gcp-project-id)
[![Go Report Card](https://goreportcard.com/badge/github.com/lucmq/gcp-project-id)](https://goreportcard.com/report/github.com/lucmq/gcp-project-id)
[![Go Coverage](https://github.com/lucmq/gcp-project-id/wiki/coverage.svg)](https://raw.githack.com/wiki/lucmq/gcp-project-id/coverage.html)

Access your Google Cloud project ID and related configuration.

Expand All @@ -12,7 +12,7 @@ ID configured within the `GCLOUD` CLI.
To use this package in your Go project, you can install it using `go get`:

```bash
go get github.com/lucmq/google-cloud-id
go get github.com/lucmq/gcp-project-id
```

## Usage
Expand All @@ -24,7 +24,7 @@ package main
import (
"fmt"

"github.com/lucmq/google-cloud-id/project"
"github.com/lucmq/gcp-project-id/project"
)

func main() {
Expand All @@ -44,7 +44,7 @@ import (
"fmt"
"time"

"github.com/lucmq/google-cloud-id/project"
"github.com/lucmq/gcp-project-id/project"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/lucmq/google-cloud-id
module github.com/lucmq/gcp-project-id

go 1.18

Expand Down

0 comments on commit 70b3ff6

Please sign in to comment.