Introduce `prototype` package
This commit will introduce a simple skeleton of the `prototype` package, which will (eventually) form the basis of the prototype command (including the `search`, `describe`, and `use` subcommands as dictated by the specification).
Showing
- prototype/index.go 41 additions, 0 deletionsprototype/index.go
- prototype/interface.go 52 additions, 0 deletionsprototype/interface.go
- prototype/prototype_test.go 145 additions, 0 deletionsprototype/prototype_test.go
- prototype/specification.go 140 additions, 0 deletionsprototype/specification.go
- prototype/systemPrototypes.go 102 additions, 0 deletionsprototype/systemPrototypes.go
prototype/index.go
0 → 100644
prototype/interface.go
0 → 100644
prototype/prototype_test.go
0 → 100644
prototype/specification.go
0 → 100644
prototype/systemPrototypes.go
0 → 100644
Please register or sign in to comment