mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
godal sql to golang model
This commit is contained in:
parent
6c2ef29d32
commit
434389f2a5
@ -2634,6 +2634,7 @@ _**Unofficial** set of patterns for structuring projects._
|
|||||||
* [generic](https://github.com/usk81/generic) - flexible data type for Go.
|
* [generic](https://github.com/usk81/generic) - flexible data type for Go.
|
||||||
* [genny](https://github.com/cheekybits/genny) - Elegant generics for Go.
|
* [genny](https://github.com/cheekybits/genny) - Elegant generics for Go.
|
||||||
* [gocontracts](https://github.com/Parquery/gocontracts) - brings design-by-contract to Go by synchronizing the code with the documentation.
|
* [gocontracts](https://github.com/Parquery/gocontracts) - brings design-by-contract to Go by synchronizing the code with the documentation.
|
||||||
|
* [godal](https://github.com/mafulong/godal) - Generate orm models corresponding to golang by specifying sql ddl file, which can be used by gorm.
|
||||||
* [gonerics](https://github.com/bouk/gonerics) - Idiomatic Generics in Go.
|
* [gonerics](https://github.com/bouk/gonerics) - Idiomatic Generics in Go.
|
||||||
* [gotests](https://github.com/cweill/gotests) - Generate Go tests from your source code.
|
* [gotests](https://github.com/cweill/gotests) - Generate Go tests from your source code.
|
||||||
* [gounit](https://github.com/hexdigest/gounit) - Generate Go tests using your own templates.
|
* [gounit](https://github.com/hexdigest/gounit) - Generate Go tests using your own templates.
|
||||||
|
Loading…
Reference in New Issue
Block a user