experimental-cli/project
Michael Christenson II 008918613e Update build system
Use Makefile
Use go mod
Add build tasks
Add testt and cover tasks
2020-10-21 20:00:08 -04:00
..
blob.go Blob stuff works. NEXT: Ingest a bundle. 2020-10-01 08:03:32 -05:00
blob_test.go Blob creation works 2020-09-30 07:56:20 -05:00
cli.go Stub out an `importBundle` file 2020-10-19 07:33:20 -05:00
constants.go addPeer() helper. TODO: Switch back to `noun verb` CLI args because I dont like verb noun 2020-09-15 07:50:48 -05:00
db.go Add Windows build to build.sh. Switch from `ql` to `sqlite3`. 2020-09-27 08:25:14 -05:00
db_test.go Tests are hanging on db.Begin() 2020-09-24 18:43:11 -05:00
decoders.go 👏🎉 Message verification works on the Golang version! Hooray! 2020-10-15 07:36:47 -05:00
decoders_test.go Directory cleanup 2020-09-10 07:33:41 -05:00
encoders.go Just about ready to implement `blob create` 2020-09-28 19:34:16 -05:00
encoders_test.go Directory cleanup 2020-09-10 07:33:41 -05:00
filesystem.go Blob creation works 2020-09-30 07:56:20 -05:00
go.mod Update build system 2020-10-21 20:00:08 -04:00
go.sum Update build system 2020-10-21 20:00:08 -04:00
import_bundle.go WIP: Begin ingestRelevantMessages - stores relevant messsages to disk 2020-10-21 07:35:04 -05:00
import_bundle_test.go Stub out an `importBundle` file 2020-10-19 07:33:20 -05:00
main.go Directory cleanup 2020-09-10 07:33:41 -05:00
migrations.go Tests are hanging on db.Begin() 2020-09-24 18:43:11 -05:00
parser.go 👏🎉 Message verification works on the Golang version! Hooray! 2020-10-15 07:36:47 -05:00
parser_test.go Stub out an `importBundle` file 2020-10-19 07:33:20 -05:00
peers.go `.. peer untrack` command 2020-09-27 20:21:49 -05:00
peers_test.go Fix issue with uncommited transaction 2020-09-27 08:46:44 -05:00
util.go WIP: Begin ingestRelevantMessages - stores relevant messsages to disk 2020-10-21 07:35:04 -05:00
util_test.go Directory cleanup 2020-09-10 07:33:41 -05:00
verify.go 👏🎉 Message verification works on the Golang version! Hooray! 2020-10-15 07:36:47 -05:00