Skip to content

Commit f302b30

Browse files
authored
Use nil instead of null
1 parent f9a318b commit f302b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The mapping between Cypher types and the types used by this driver (to represent
142142

143143
| Cypher Type | Driver Type
144144
| ---: | :--- |
145-
| *null* | null |
145+
| *null* | nil |
146146
| List | []interface{} |
147147
| Map | map[string]interface{} |
148148
| Boolean| bool |

0 commit comments

Comments
 (0)