go-ozzo / ozzo-dbx

A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
MIT License
634 stars 90 forks source link

go get -u github.com/go-ozzo/ozzo-dbx error #24

Closed kolkov closed 8 years ago

kolkov commented 8 years ago
D:\Go\src\inframe>go get -u github.com/go-ozzo/ozzo-dbx
# cd D:\Go\src\github.com\go-ozzo\ozzo-dbx; git pull --ff-only
From https://github.com/go-ozzo/ozzo-dbx
   96b973a..5e793d3  master     -> origin/master
 * [new tag]         v1.0.5     -> v1.0.5
You are not currently on a branch. Please specify which
branch you want to merge with. See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/go-ozzo/ozzo-dbx: exit status 1

Whats wrong?

kolkov commented 8 years ago
D:\Go\src\inframe>go get -u github.com/go-ozzo/ozzo-routing
# cd D:\Go\src\github.com\go-ozzo\ozzo-routing; git pull --ff-only
From https://github.com/go-ozzo/ozzo-routing
   744abcd..a060fa9  master     -> origin/master
 * [new tag]         v1.1       -> v1.1
You are not currently on a branch. Please specify which
branch you want to merge with. See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/go-ozzo/ozzo-routing: exit status 1

qiangxue commented 8 years ago
cd D:\Go\src\github.com\go-ozzo\ozzo-routing
git checkout master

and then do "go get"

kolkov commented 8 years ago

Thanks! This worked!