functional options added.
@@ -0,0 +1,9 @@
package vbantxt
// Error is used to define sentinel errors.
type Error string
// Error implements the error interface.
func (r Error) Error() string {
return string(r)
}
The note is not visible to the blocked user.