mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Makefile setup & key/value coherent datatypes & refactoring (#98)
* internal/data: comment exported functions * internal/data: make smaller codec exported api surface * make key and value sizes serializing bubble up to everything * Makefile setup & go mod tidy
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: dev build generate install image release profile bench test clean
|
||||
.PHONY: dev build generate install image release profile bench test clean setup
|
||||
|
||||
CGO_ENABLED=0
|
||||
VERSION=$(shell git describe --abbrev=0 --tags)
|
||||
@@ -49,5 +49,8 @@ test: build
|
||||
-race \
|
||||
.
|
||||
|
||||
setup:
|
||||
@go install github.com/vektra/mockery/.../
|
||||
|
||||
clean:
|
||||
@git clean -f -d -X
|
||||
|
||||
Reference in New Issue
Block a user