diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-22 00:30:50 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-22 00:30:50 +0200 |
commit | 5b13c1a2e55cb442484d9c7b45389f422b110eec (patch) | |
tree | 9be0949cb354dfd6521aa84f4af9e5777c3a1cef /examples/basic/main.go | |
parent | f42d82364c5d159f65a48e720433ad2bc97f0b7f (diff) | |
download | go-git-5b13c1a2e55cb442484d9c7b45389f422b110eec.tar.gz |
options renamed and some text fixes
Diffstat (limited to 'examples/basic/main.go')
-rw-r--r-- | examples/basic/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/main.go b/examples/basic/main.go index 4c65a70..e192cef 100644 --- a/examples/basic/main.go +++ b/examples/basic/main.go @@ -16,7 +16,7 @@ func main() { // > git clone https://github.com/git-fixtures/basic.git color.Blue("git clone https://github.com/git-fixtures/basic.git") - r.Clone(&git.RepositoryCloneOptions{ + r.Clone(&git.CloneOptions{ URL: "https://github.com/git-fixtures/basic.git", }) |