# README
gproject
gproject is a library for getting to Google Cloud Platform's ProjectID.
Installation
$ go get -u github.com/orisano/gproject
How to use
package main
import (
"fmt"
"github.com/orisano/gproject"
)
func main() {
fmt.Println(gproject.Default())
}
Method
Dependencies
Google Cloud SDK (optional)
Author
Nao Yonashiro (@orisano)
License
MIT