mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
- 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`.
8 lines
76 B
Go
8 lines
76 B
Go
//go:build production
|
|
|
|
package main
|
|
|
|
func listenDebugServer() {
|
|
// no-op
|
|
}
|