Skip to content
Snippets Groups Projects
Commit 6a06a924 authored by Tamer Tas's avatar Tamer Tas Committed by GitHub
Browse files

Merge pull request #42 from rawkode/feature/go-git-changee

Fixing import path for go-git
parents 25bf3bfe 9be44460
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 is a facade for git methods used by boilr
package git 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 // CloneOptions are used when cloning a git repository
type CloneOptions git.CloneOptions 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