What is your wildest programming language idea? This could be fun (silly) ideas or really cool and useful ones.
Go!
Also on le twatter: https://twit...
How would I put the run part in .replit file for .go
Im new to
.go
And i want to test some stuff out with this discord bot github code found here https://github.com/jonas747/yagpdb
I am not the creator...
I have a function, `Request` that takes a URL, header, e.t.c. and fetches from that URL, then converts that JSON to an `interface{}` (i.e. dynamic str...
Enlighten me as to why this Selection Sorting Algorithm isn't working.
I've created this Sorting Algorithm (selection sort) in Golang to get a bit of practice, but the program seems to return my input without actually sor...
I want to print fire 3-time per sec and after printing 10 fire program should burst. I tried but it working for first time and then printed 4 times fi...