Files
godoxy-yusing/cmd/debug_page_prod.go
yusing 9acb9fa50f feat(debug): implement debug server for development environment
- Added `listenDebugServer` function to handle debug requests.
- Introduced table based debug page with different functionalities.
- Updated Makefile to use `scc` for code analysis instead of `cloc`.
2026-01-01 16:42:38 +08:00

8 lines
76 B
Go

//go:build production
package main
func listenDebugServer() {
// no-op
}