mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 00:48:01 +00:00
679391999f
* feat_: LogOnPanic linter * fix_: add missing defer LogOnPanic * chore_: make vendor * fix_: tests, address pr comments * fix_: address pr comments
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# ----------------------------------------------------------------------------
|
|
# global
|
|
|
|
.DEFAULT_GOAL = test
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# target
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# include
|
|
|
|
include hack/make/go.mk
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# overlays
|