#golang
Read more stories on Hashnode
Articles with this tag
This is continue of previous blog The syntax now is settled with [T any] syntax, without type keyword, where any indicates that there are no...
Cover image from https://github.com/MariaLetta/free-gophers-pack šš» Read part 2 here How to achieve real-time Apps that need real-time...
This is continue of previous blog After some discussion, the playground is updated with generic with [type T] syntax Using the example previous blog,...
Recently Go has released an experimentation tool for generics. Here is my quick attempts. Contains function Playground link package main import...