Skip to content

Instantly share code, notes, and snippets.

@carlqt
Created September 24, 2016 10:50
Show Gist options
  • Save carlqt/78f9ea5af12e2b1007bd390eddc03141 to your computer and use it in GitHub Desktop.
Save carlqt/78f9ea5af12e2b1007bd390eddc03141 to your computer and use it in GitHub Desktop.
go build -x results
WORK=/var/folders/h9/m85f0f9x047dbq00dhgq411w0000gn/T/go-build961820340
mkdir -p $WORK/github.com/carlqt/geodude/models/_obj/
mkdir -p $WORK/github.com/carlqt/geodude/
cd /Users/carlwilliamtablante/Projects/Go/src/github.com/carlqt/geodude/models
/usr/local/Cellar/go/1.6.3/libexec/pkg/tool/darwin_amd64/compile -o $WORK/github.com/carlqt/geodude/models.a -trimpath $WORK -p github.com/carlqt/geodude/models -complete -buildid 8e77d3dc73c8d9cd4539660467763416273c1e37 -importmap github.com/lib/pq=github.com/carlqt/geodude/vendor/github.com/lib/pq -importmap github.com/shopspring/decimal=github.com/carlqt/geodude/vendor/github.com/shopspring/decimal -importmap golang.org/x/crypto/bcrypt=github.com/carlqt/geodude/vendor/golang.org/x/crypto/bcrypt -importmap gopkg.in/yaml.v2=github.com/carlqt/geodude/vendor/gopkg.in/yaml.v2 -D _/Users/carlwilliamtablante/Projects/Go/src/github.com/carlqt/geodude/models -I $WORK -I /Users/carlwilliamtablante/Projects/Go/pkg/darwin_amd64 -pack ./db.go ./property.go ./user.go
mkdir -p $WORK/github.com/carlqt/geodude/controllers/properties/_obj/
mkdir -p $WORK/github.com/carlqt/geodude/controllers/
cd /Users/carlwilliamtablante/Projects/Go/src/github.com/carlqt/geodude/controllers/properties
/usr/local/Cellar/go/1.6.3/libexec/pkg/tool/darwin_amd64/compile -o $WORK/github.com/carlqt/geodude/controllers/properties.a -trimpath $WORK -p github.com/carlqt/geodude/controllers/properties -complete -buildid 5fa9de0032594a2fad6cf479994faf48ada84ba2 -importmap github.com/fatih/color=github.com/carlqt/geodude/vendor/github.com/fatih/color -importmap github.com/gin-gonic/gin=github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin -importmap github.com/shopspring/decimal=github.com/carlqt/geodude/vendor/github.com/shopspring/decimal -D _/Users/carlwilliamtablante/Projects/Go/src/github.com/carlqt/geodude/controllers/properties -I $WORK -I /Users/carlwilliamtablante/Projects/Go/pkg/darwin_amd64 -pack ./property.go
mkdir -p $WORK/github.com/carlqt/geodude/controllers/user/_obj/
cd /Users/carlwilliamtablante/Projects/Go/src/github.com/carlqt/geodude/controllers/user
/usr/local/Cellar/go/1.6.3/libexec/pkg/tool/darwin_amd64/compile -o $WORK/github.com/carlqt/geodude/controllers/user.a -trimpath $WORK -p github.com/carlqt/geodude/controllers/user -complete -buildid 028384f2d4a301415d8db20ca7ed33f333b352d3 -importmap github.com/gin-gonic/gin=github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin -D _/Users/carlwilliamtablante/Projects/Go/src/github.com/carlqt/geodude/controllers/user -I $WORK -I /Users/carlwilliamtablante/Projects/Go/pkg/darwin_amd64 -pack ./user.go
mkdir -p $WORK/_/Users/carlwilliamtablante/Projects/go/src/github.com/carlqt/geodude/_obj/
mkdir -p $WORK/_/Users/carlwilliamtablante/Projects/go/src/github.com/carlqt/geodude/_obj/exe/
cd /Users/carlwilliamtablante/Projects/go/src/github.com/carlqt/geodude
/usr/local/Cellar/go/1.6.3/libexec/pkg/tool/darwin_amd64/compile -o $WORK/_/Users/carlwilliamtablante/Projects/go/src/github.com/carlqt/geodude.a -trimpath $WORK -p main -complete -buildid 81ca1c8e48c610622755a562adac7f8be6a4cf3f -D _/Users/carlwilliamtablante/Projects/go/src/github.com/carlqt/geodude -I $WORK -I /Users/carlwilliamtablante/Projects/Go/pkg/darwin_amd64 -pack ./main.go
# _/Users/carlwilliamtablante/Projects/go/src/github.com/carlqt/geodude
./main.go:44: cannot use properties.Pong (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to router.RouterGroup.GET
./main.go:51: cannot use properties.PropertySearch (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to api.GET
./main.go:52: cannot use properties.PropertyIndex (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to api.GET
./main.go:53: cannot use properties.PropertyCreate (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to api.POST
./main.go:54: cannot use properties.PropertyGeocode (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to api.GET
./main.go:55: cannot use properties.PropertyDelete (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to api.DELETE
./main.go:57: cannot use user.Create (type func(*"github.com/carlqt/geodude/vendor/github.com/gin-gonic/gin".Context)) as type "github.com/gin-gonic/gin".HandlerFunc in argument to api.POST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment