Files
godoxy-yusing/cmd/debug_page_prod.go
yusing 09702266a9 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`.
2025-12-22 16:57:47 +08:00

8 lines
76 B
Go

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