Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orisano/gproject
https://github.com/orisano/gproject
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/gproject
- Owner: orisano
- License: mit
- Created: 2018-03-08T04:25:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T08:44:02.000Z (3 months ago)
- Last Synced: 2024-10-04T17:51:08.735Z (about 1 month ago)
- Language: Go
- Size: 124 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 mainimport (
"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