Skip to content

Commit 2fafecc

Browse files
committed
remove outdated comment
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
1 parent 3e50f4c commit 2fafecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

types/nullable_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
)
99

1010
type SimpleString struct {
11-
// cannot decide if it was provided with `null` value in json
1211
Name Nullable[string] `json:"name"`
1312
}
1413

@@ -61,7 +60,6 @@ func TestSimpleString(t *testing.T) {
6160
}
6261

6362
type SimpleInt struct {
64-
// cannot decide if it was provided with `null` value in json
6563
ReplicaCount Nullable[int] `json:"replicaCount"`
6664
}
6765

0 commit comments

Comments
 (0)