-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
$ go version
go version go1.8 windows/amd64
$ kallax -v
kallax version 1.0.0
When I run $ kallax gen
it creates a generic kallax.go file. I'm running it in the tests dir of this project.
// IMPORTANT! This is auto generated code by https://github.com/src-d/go-kallax
// Please, do not touch the code below, and if you do, do it under your own
// risk. Take into account that all the code you write here will be completely
// erased from earth the next time you generate the kallax models.
package tests
import (
"fmt"
"gopkg.in/src-d/go-kallax.v1/types"
)
var _ types.SQLType
var _ fmt.Formatter
type schema struct {
}
var Schema = &schema{}
I did run go get -u gopkg.in/src-d/go-kallax.v1/... and I did not get v1.1.0.