mirror of https://github.com/pocke/goevent.git
panic not implemented method.
This commit is contained in:
parent
7e342cb1dd
commit
04c9d89576
2
pfs.go
2
pfs.go
|
@ -55,7 +55,7 @@ func (p *PFS) Sub(f interface{}) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PFS) Off() {
|
func (p *PFS) Off() {
|
||||||
|
panic(fmt.Errorf("Off() has not been implemented yet."))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PFS) checkFuncSignature(f interface{}) (*reflect.Value, error) {
|
func (p *PFS) checkFuncSignature(f interface{}) (*reflect.Value, error) {
|
||||||
|
|
Loading…
Reference in New Issue