Don't require so much Pos() when making messages
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import (
|
||||
"pgregory.net/rapid"
|
||||
)
|
||||
|
||||
func Todo[T interface{Errorf(string,...any)}](t T) {
|
||||
func Todo[T interface{ Errorf(string, ...any) }](t T) {
|
||||
t.Errorf("TODO")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user