is it used to be written in go? because in their github repo page, it shows "Rust 96.2%"
I can't get the github actions part, what does he mean he can run it without any kind of graphics? Then what can he do? Nothing?
why updating go compiler is a little bit hard? (at least in linux) I mean we have to download it from golang.org then remove the already existing version and then copy that do...
has anybody here worked with UDP before? is packet size of 256 bytes too much to send/receive frequently? (fixed size, because of rsa 2048); inside of a game
I'm trying to send a HTTP request with a url in this format (it accepts both GET/POST methods): https://<my_host_url>/request_something?access_key={my_access_key}&image={<bas...
Can someone please explain unexpected output of this code to me? https://play.golang.org/p/pJLxBdsZiaJ I just can't get it, no matter how I look at it
I'm using s := exec.Command("df -h") and getting this warning: first argument to exec.Command looks like a shell command, but a program name or path are expected (SA1005) Is t...
is there any article about how to solve this warning in .net 6? I searched a lot, looked at their docs, saw code samples; but none of the were explaining it enough for me it's...
I have a string containing a DateTime value (string) like this anyway to convert it using DateTime.Parse or DateTime.ParseExact method overloads?
I just want to be sure about something is that Something went wrong from official Go packages? or it's from my additional packages? or is it from my host? (tho possibility is ...
is there any article about why is this deprecated?
I'm using delete to delete an element from map is it necessary to use sync.RWMutex. Lock and Unlock here? if I don't use them, will it panic?
Can anyone please help me with this? https://go.dev/play/p/DiFGIVB67TF