mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
6 lines
208 B
Go
6 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.
|