https://github.com/samber/mo Anyone have experience with this lib? Or wana call me a retard for posting it?
then, how do I import?
what better stackful or stackless coroutine?
Why run a OS at all if you're using go? Just compile/bundle your app in such a way that you don't need anything else :D
A dozen parsers read, but can't name one?
Like are you writing code they’re going to run? Are you selling SaaS?
Is it a good idea to create a shared object in go, write C wrapper on top of it and then import that library in existing C++ project? Or should I prefer re-writing everything...
have go server with regular folder that stores the db everything works fine but if i serve the same dir contents out of a nfs mounted directory (vers=3), it hangs on startup...
I've built a utility for embedding binaries in JSON. I created a helper for images. Does anyone know of any other "binary things" you often interact with in golang that's apar...
Hi im using a simple logger library named logrus which you might be familiar with. but since go is about writing a effective code i want to know the which method is more effic...
When you say the operation are you referring to the comment or the code?
heyla 👋🏻 so.. aren't folders permitted in package main in go programming? kinda stupid question, but I never had this issue... I have this file structure ./ ├─ config.yml ├─ ...
Ise here someone who did microservices with monorepository? Is it a good way to small app with just 5 microservices?
Guys let's say I have an error and I want to wrap it using something like fmt.Errorf but I don't want the previous error to show on the string when doing .Error() method. What...
Any idea why a-h/templ deprecated their script templating? https://templ.guide/syntax-and-usage/script-templates/#passing-server-side-data-to-scripts the new recommended app...
what's the fastest go json deserializer atm?
I'm writing to a udp connection like this: if _, err = gudpconn.Write(buffer[:n]); err != nil { fmt.Println("Error writing RTP packet to GStreamer:", err, len(buffer[:n]...
this is also available in C , would you tell the same about C ?
hello , i need a goroutines to read potencial data from a channel for up to 1 minute , how to do so ?
Negative things: * Implicit magical calls if your (PRIVATE) function is named a specific thing * One more extra special case to remember * Defining many of the same function i...