mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-24 01:51:10 +01:00
fixed notification not being sent
This commit is contained in:
6
Makefile
6
Makefile
@@ -29,15 +29,15 @@ get:
|
||||
|
||||
debug:
|
||||
make build
|
||||
GOPROXY_DEBUG=1 sudo bin/go-proxy
|
||||
sudo GOPROXY_DEBUG=1 bin/go-proxy
|
||||
|
||||
debug-trace:
|
||||
make build
|
||||
GOPROXY_DEBUG=1 GOPROXY_TRACE=1 sudo bin/go-proxy
|
||||
sudo GOPROXY_DEBUG=1 GOPROXY_TRACE=1 bin/go-proxy
|
||||
|
||||
profile:
|
||||
GODEBUG=gctrace=1 make build
|
||||
GOPROXY_DEBUG=1 sudo bin/go-proxy
|
||||
sudo GOPROXY_DEBUG=1 bin/go-proxy
|
||||
|
||||
mtrace:
|
||||
bin/go-proxy debug-ls-mtrace > mtrace.json
|
||||
|
||||
Reference in New Issue
Block a user