# README
A global mutex using Google Cloud Storage
Based on “A robust distributed locking algorithm based on Google Cloud Storage” and github.com/marcacohen/gcslock.
# Functions
New creates a new Mutex at the given bucket and object, with the given time-to-live.
# Variables
HTTPClient should be set to an http.Client before first use.