Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ikala/gogoo

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ikala/gogoo

  • v0.0.0-20160629094212-6152d30e4dee
  • Source
  • Go
  • Socket score

Version published
Created
Source

gogoo

GoDoc Travis Build Status

gogoo encapsulates google cloud api for more specific operation logic. Below are the including components

Install

go get github.com/iKala/gogoo

Develop

  • Clone this project to your $GOPATH/src
cd $GOPATH/src
git clone git@github.com:iKala/gogoo.git github.com/iKala/gogoo
  • You should setup one google cloud project, and create a service account
  • Enable the relating API you want to test
  • Create a ./gogoo/config/config.json file to containes below information
{                                                                                                                         
  "service_account": "ooxx@developer.gserviceaccount.com",
  "project_id": "your_project_name"
}
  • Put the key of service account in ./gogoo/config/key.pem

Reference

License

gogoo is MIT License.

FAQs

Package last updated on 29 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc