@@ -0,0 +1,6 @@
package curre
type Logger interface {
Info(msg string, args ...any)
Error(msg string, args ...any)
}
The note is not visible to the blocked user.