Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 592 Bytes

How_to_use_qbg.md

File metadata and controls

37 lines (27 loc) · 592 Bytes

How to use qbg

favclip/qbgの使い方。

  1. go get
$ go get -u github.com/favclip/qbg/cmd/qbg
  1. structにコメントタグを付ける
// +qbg
type Hoge struct {
    Fuga string
}
  1. コメントをつけたモデルがあるディレクトリでqbgコマンドを実行
$ cd path/to/model
$ qbg
  1. おわり
$ ll
total 32
-rw-r--r--  1 keima  staff   312 Apr 19 20:37 menu.go
-rw-r--r--  1 keima  staff  4816 Apr 19 20:38 menuitem_query.go
-rw-r--r--  1 keima  staff    13 Apr 19 19:28 routing.go