diff options
Diffstat (limited to 'content/methods/errors.go')
| -rw-r--r-- | content/methods/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods/errors.go b/content/methods/errors.go index 7ea0aed..614e03b 100644 --- a/content/methods/errors.go +++ b/content/methods/errors.go @@ -20,7 +20,7 @@ func (e *MyError) Error() string { func run() error { return &MyError{ time.Now(), - "it didn't work", + "tidak bekerja!", } } |
