Luka Giorgadze

Results 11 comments of Luka Giorgadze

Hi guys, here's the implementation of go null with generics: https://github.com/lomsa-dev/gonull supports custom types. usage: ```go package main import ( "encoding/json" "fmt" "github.com/lomsa-dev/gonull" ) type MyCustomInt int type MyCustomFloat32 float32...