Skip to content

Instantly share code, notes, and snippets.

@mariash
Created June 23, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariash/6a48e89f18b9dd7a73a8 to your computer and use it in GitHub Desktop.
Save mariash/6a48e89f18b9dd7a73a8 to your computer and use it in GitHub Desktop.
Packages sharing the same dependency
package main
import (
"github.com/cloudfoundry/bosh-utils/retrystrategy"
"github.com/pivotal-golang/clock"
)
func main() {
clock.Clock
retrystrategy.Clock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment