mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 21:52:28 +03:00
58ccfc9ded
* Type Detector refactor * json driver impl; refactoring of source.Files reader et al * working on kind detector * significant switcheroo of packages * partway throught refactoring Kind * major package switcheroo for Kind
5 lines
181 B
Go
5 lines
181 B
Go
// Package core contains only libsq core sub-packages.
|
|
// No package within pkg core may have dependencies on another
|
|
// libsq package unless that pkg is also in core.
|
|
package core
|