Skip to content
Snippets Groups Projects
Commit 9be44460 authored by David McKay's avatar David McKay
Browse files

Fixing import path for go-git. More information: https://github.com/src-d/go-git/pull/303


Signed-off-by: default avatarDavid McKay <david@rawkode.com>
parent 25bf3bfe
No related branches found
No related tags found
No related merge requests found
// Package git is a facade for git methods used by boilr
package git
import git "srcd.works/go-git.v4"
import git "gopkg.in/src-d/go-git.v4"
// CloneOptions are used when cloning a git repository
type CloneOptions git.CloneOptions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment