Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orisano/gproject


https://github.com/orisano/gproject

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# gproject
gproject is a library for getting to Google Cloud Platform's ProjectID.

## Installation
```bash
$ go get -u github.com/orisano/gproject
```

## How to use
```go
package main

import (
"fmt"

"github.com/orisano/gproject"
)

func main() {
fmt.Println(gproject.Default())
}
```

## Method
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/google/auth/_default.py#L186

## Dependencies
Google Cloud SDK (optional)

## Author
Nao Yonashiro (@orisano)

## License
MIT