Does anyone here have a private chat with one of their bots that includes very old messages (sent by either side), like multiple months or years?
What’s the post-soviet area?
::Default?
Should I have a type alias for each type parameter?
what about method names that initialize structs? I know ::new is kind of popular and it doesn't take arguments What about the name of the method that initializes the struct ...
Hi, so I've published something on GitHub and I can install it with go get. But I need to know if something is installed in the system before actually installing the go packa...
Does anyone know why the JSON decoder doesn't change the numbers to json.Number and keeps them as float64? This is my code: https://nekobin.com/tayojuvoha
Is there a list of all errors of the Bot API?
Does anyone know why I get a long stack track/sh.t when doing setting value of a map which is a field of a struct?
Is there a way to destructure a type alias?
Or Is having a global map[*Struct]... good instead of having a map as field of each struct? 🤔