2 references to IsNilableGoType
Aspire.Hosting.CodeGeneration.Go (2)
AtsGoCodeGenerator.cs (2)
352
var isNilableType =
IsNilableGoType
(paramTypeStr);
680
if (isOptional && !
IsNilableGoType
(baseType))