4 lines
87 B
Go
4 lines
87 B
Go
package sandbox
|
|
|
|
func ReplaceFatal(f func(format string, v ...any)) { fatalfFunc = f }
|