panic not implemented method.

This commit is contained in:
pocke 2015-01-11 12:26:36 +09:00
parent 7e342cb1dd
commit 04c9d89576
1 changed files with 1 additions and 1 deletions

2
pfs.go
View File

@ -55,7 +55,7 @@ func (p *PFS) Sub(f interface{}) error {
}
func (p *PFS) Off() {
panic(fmt.Errorf("Off() has not been implemented yet."))
}
func (p *PFS) checkFuncSignature(f interface{}) (*reflect.Value, error) {