hugo/tpl/debug
johannesengl 36df350f52 debug: Add method debug.List
The method returns a slice of field names and method names of the struct/pointer or keys of the map.
This method scans the provided value shallow, non-recursively.
The method is aimed to make debugging variables easier.

Fixes 9148

# Conflicts:
#	tpl/debug/debug.go
2024-11-12 17:09:02 +01:00
..
debug.go debug: Add method debug.List 2024-11-12 17:09:02 +01:00
debug_integration_test.go Fix panic with debug.Dump with Page when running the server 2024-03-26 20:41:30 +01:00
debug_test.go debug: Add method debug.List 2024-11-12 17:09:02 +01:00
init.go Fix panic with debug.Dump with Page when running the server 2024-03-26 20:41:30 +01:00