Skip to content

Commit 86ba116

Browse files
committed
agents
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
2 parents 619d2da + 6f68d30 commit 86ba116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ post:
213213
$ref: "#/components/schemas/Keychain" # full entity in response
214214
```
215215

216-
### Canonical reference implementations
216+
### Canonical reference implementations for downstream generation
217217

218218
Model new schemas on these:
219219

@@ -245,7 +245,7 @@ func (m MapObject) Value() (driver.Value, error) {
245245
// WRONG — writes SQL NULL, inconsistent with core.Map
246246
func (m MapObject) Value() (driver.Value, error) {
247247
if m == nil {
248-
return nil, nil // do not do this
248+
return nil, nil // <- do not do this
249249
}
250250
...
251251
}

0 commit comments

Comments
 (0)