diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-26 15:44:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-26 15:44:04 +0700 |
| commit | 3826603fb49edda796c2a5541b39b5bb00d3745c (patch) | |
| tree | ee3f0109c9c1f2745010eb4f71c3e8db996799df /cmd | |
| parent | a87283b9236f24f62b0a8936ba0b7232c0407c45 (diff) | |
| download | rescached-3826603fb49edda796c2a5541b39b5bb00d3745c.tar.xz | |
all: replace debug package with internal Debug variabel
The [debug.Value] will be removed in the next release of pakakeh.go.
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/rescached/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescached/main.go b/cmd/rescached/main.go index 2ab18fe..8fa33b8 100644 --- a/cmd/rescached/main.go +++ b/cmd/rescached/main.go @@ -90,7 +90,7 @@ func main() { log.Fatal(err) } - if debug.Value >= 4 { + if rescached.Debug >= 4 { go debugRuntime() } |
