Patryk Małek
Results
2
issues of
Patryk Małek
In order to allow `uuid.UUID` to work with the standard sql package to represent a UUID value that can be NULL in the database I suggest to implement a `NullUUID`...
## Description I'm working on migrating from 1.3.0 to 1.4.0 (or 1.5.0) and I've discovered that 1.3.0 for the following snippet ``` router := gin.New() router.GET("/func/:id/details", func(c *gin.Context) { value...