mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
7 lines
208 B
Go
7 lines
208 B
Go
|
package model
|
||
|
|
||
|
// Model contains data structures used throughout Documize.
|
||
|
//
|
||
|
// Models can be used by any other package hence this package
|
||
|
// should not import other packages to avoid cyclical dependencies.
|