glock icon indicating copy to clipboard operation
glock copied to clipboard

Results 6 glock issues
Sort by recently updated
recently updated
newest added

(showing up as a yext internal issue) Monorepo ref: 00ff9c4 `glock sync yext && glock sync yext && glock save yext` leads to a `cannot find package` error during the...

If I am working offline, I would expect to be able to trace back through previous history, even though I cannot fetch new deps from the internet. This doesn't work...

Hello, Having some trouble adding a dependency on `googlemaps.github.io/maps`. In a folder ("googlemapstest") in the root of my $GOPATH with a main.go as follows: ``` package main import ( "fmt"...

In 1.5 the go command will read the environment variable GO15VENDOREXPERIMENT. If enabled, it will use the local "/vendor/" folder for dependencies. This replaces the need to manage GOPATH variables...

Hello & happy NYE! glock is a very slick project. I was wondering why the choice of `GLOCKFILE` for the filename? why not, `Glockfile` ? .. perhaps the filename can...

Presently glock only reads the currently checked-out commit, and it reports [OK] if there are uncommitted changes. Instead, it should report uncommitted changes as an error that the user should...