initial commits

master
Charles Iliya Krempeaux 2021-11-22 23:42:10 -08:00
parent 70207f8e01
commit 058466e3d8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ With `fck.Error`:
```
And with `fck.Errorf`:
```
const err error = fck.Errorf("bad value for id %q", id)
var err error = fck.Errorf("bad value for id %q", id)
```
**One thing to notice is that `fck.Error` errors can be a Go `const`.**