mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 23:14:02 +03:00
FILE / ScuroNeko/mtg
essentials/doc.go
Исходный файл и его история в репозитории.
7 lines
312 B
Go
7 lines
312 B
Go
// This is a minimal package that contains _essentials_ of mtglib and its
|
|
// complimentary packages. This is mostly required to comply some interfaces
|
|
// between mtglib and its internals to avoid circular dependencies.
|
|
//
|
|
// This package should contain only bare minimum and mostly technical.
|
|
package essentials
|