Hi everyone!

Use this space to share anyt...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
Hey there replers, we back at it again! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk pos...
The rotational 13 cipher (ROT13) is a keyless shifting cipher.
It takes series of letters and shifts them forward or back by a certain number.
Rot13 i...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Go!
Here are the other approximations so far:
Swift - https:...
How to make a package manager (for a custom language!) — Part 2: The Command-Line Tool
This is part 2 of a series on how to build a package manager. If you haven't gone through part 1, check it out [here](https://repl.it/talk/learn/How-...
Hi everyone! I decided to learn Go, and I'm learning off of these tutorials: https://www.youtube.com/playlist?list=PLzMcBGfZo4-mtY_SE3HuzQJzuj4VlUG0q,...
Hey everyone, and welcome to a new Hackathon!
It's been a loooong month without any new Hackathon and no big challenge, so I am happy to finally anno...
# Keystroke logger
It's what it sounds like. A keystroke logger that logs your every key press. Install as a userscript using [tampermonkey](https://c...
#WEEKLY 20, Unique Instances inside the Times Table
# Weekly 20, done in golang
Input two numbers, (SEPERATED BY A SPACE OTHERWISE SPRINTF WILL BREAK)
for example, `3 4`.
Then it'll display the table.
`...
# Preface
I started this tutorial before the contest opened, but because of school and other complications I was only able to post it today. I hope y...
Concurrency: Fan out using goroutines and channels
One way to fan out work in a single process.
This program:
- reads your input from stdin
- sends input to a channel
- goroutine sends that input to 3...
##Check out my 2 weeks of hard dedication and 600 lines of backend code here PROUDLY MADE IN GOLANG:
[firstmajorprojectwithgo](https://firstmajorproj...
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...
You can use it with `/connect sp.ironblockhd.repl.co/ws`. You might need to try it more than once because the server has to start. After you've connec...
Hey!
I noticed that the language icon colors were all a shade of gray on the feed (repl.it/~) in places like:

If you uncomment line 32, you can see the puzzle b...
This is my first game written in Go!
Hope you enjoy!
*yes, it's a bit simpler than what I would usually post, but a journey of a million miles begins...
Go testing support is awesome. It has a subcommand `go test` that looks for `*_test.go` files in package folder and run all test functions that starts...
I just wanted to see what highscore people could get in this game. Since this is MIT Licensed, and I thought this was a really cool game, I wanted to...