mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-13 02:02:18 +00:00
ch7: fix code format
This commit is contained in:
@@ -34,7 +34,7 @@ package fmt
|
||||
import "errors"
|
||||
|
||||
func Errorf(format string, args ...interface{}) error {
|
||||
return errors.New(Sprintf(format, args...))
|
||||
return errors.New(Sprintf(format, args...))
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user