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...
If you didn't see my email, we released an app that lets you --look-- loop back on your year. Check it out https://replitloopback.repl.co/
Let's use...
# 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...
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-...
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:...
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...
#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...
##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...
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...