Paul Lecuq
36c5d6f2ed
- web service with json support - web page - cron service to update database infos
7 lines
128 B
Go
7 lines
128 B
Go
// +build !godirwalk_debug
|
|
|
|
package godirwalk
|
|
|
|
// debug is a no-op for release builds
|
|
func debug(_ string, _ ...interface{}) {}
|