Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
  • Loading branch information
sonasingh46 committed Dec 27, 2023
1 parent 3e50f4c commit 2fafecc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/nullable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
)

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

Expand Down Expand Up @@ -61,7 +60,6 @@ func TestSimpleString(t *testing.T) {
}

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

Expand Down

0 comments on commit 2fafecc

Please sign in to comment.