Lee

Results 2 issues of Lee

hi astaxie, Our team used your beedb. But there is a problem in save func. Our model like this `type User struct {` ` Id int 'sql:"id"'` ` UserId string...

Hi guys, I have a problem.I want use -ldflags options to build go package. My shell command is gox -os "linux" -arch amd64 -ldflags="" . But it not work. Can...