Skip to content

Commit

Permalink
remove msgpack support
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 21, 2020
1 parent a60db96 commit 7f03ed2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ nuke:
rm -rf ./target
GOPATH=$(GOPATH) go clean -i ./...


ser:
go generate

cover:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
Expand Down
3 changes: 0 additions & 3 deletions roaring64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ nuke:
GOPATH=$(GOPATH) go clean -i ./...


ser:
go generate

cover:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
Expand Down

0 comments on commit 7f03ed2

Please sign in to comment.