2024-01-14 12:03:26 -06:00
|
|
|
all:
|
|
|
|
@echo
|
|
|
|
@echo the github branch in this repo has the davecgh\'s master branch
|
|
|
|
@echo
|
|
|
|
@echo this is an experiement by me to learn how go modules and versioning works
|
|
|
|
@echo go-spew is a great tool. thanks dave!
|
|
|
|
@echo
|
|
|
|
|
2024-01-14 12:58:17 -06:00
|
|
|
test:
|
|
|
|
go test -v -race -tags safe ./
|
|
|
|
go test -v -race -tags testcgo ./ -covermode=atomic -coverprofile=profile.cov
|
|
|
|
|
2024-01-14 11:49:34 -06:00
|
|
|
redomod:
|
|
|
|
rm -f go.*
|
|
|
|
GO111MODULE= go mod init
|
|
|
|
GO111MODULE= go mod tidy
|