1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-08 05:26:22 -07:00
gochan/pkg/events
deepsource-autofix[bot] c842ca53f5
refactor: unused parameter should be replaced by underscore
Unused parameters in functions or methods should be replaced with `_`
(underscore) or removed.
2025-02-19 03:57:55 +00:00
..
events.go Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
events_test.go refactor: unused parameter should be replaced by underscore 2025-02-19 03:57:55 +00:00
lua.go Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
lua_test.go Rename all preload.go to lua.go and preload_test.go to lua_test.go 2025-02-09 12:47:37 -08:00