Insert Still Alive from Portal.
Hello, world! We’ll probably continue some content to coincide with this year(2025)’s Advent of Code
Most discussions are happening on the Telegram Group. The intention of this site is to collect knowledge sharing via blog posts.
We’re trying to host a meetup at least once a month on the last Tuesday.
Anybody can contribute to this site. Just check out and submit us your pull request.
The repository is at https://github.com/golang-my/golang-my.github.io-hugo.
Join our telegram group Golang Malaysia for discussions and latest updates on the meetups.
For those new to Go, get your questions answered here at Belajar Golang. You can share snippets of your codes through Golang Playground and get feedback from other helpful members.
If you miss our monthly meetup, fret not. We have it recorded in our official Youtube Channel. Subscribe to our channel for the latest updates.
To keep track of our monthly Golang meetups, follow our Meetup page.
Insert Still Alive from Portal.
Hello, world! We’ll probably continue some content to coincide with this year(2025)’s Advent of Code
By Chee Leong
Golang came bundled with a pretty comprehensive HTTP Standard Library a.k.a net/http.
I’m going to show you how to do a simple round robin HTTP server with Golang’s Duck Typing a.k.a Handler interface.
And because Golang Playground doesn’t work well with HTTP server, I’m not going to provide the link, so you have to download the script and run it yourself.
So, let’s start with the boilerplate we’re going to use for the rest of the guide.
By Chee Leong
I’m trying to show the common pattern of multiplexing via gochannel and goroutine.
Fizz buzz is a group word game for children to teach them about division.[1] Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz".
Attention! Go Playground operation is single threaded hence output is always in order of the input. Try the code out at your computer for multithread goodness.
By Chee Leong
Install Hugo or if you have Golang setup,
go get -u -v github.com/spf13/hugo
Clone the project repository.
If you’ve obtained permission to write to the repository.
git clone --recursive [email protected]:golang-my/golang-my.github.io-hugo.git
Else you’ll have to fork the repository, remember to add --recursive when checkout.
I prefer the fork method. :)
You can start this to preview the site. Any changes you made will be reflected.
Month Meetup - 25th October 2016.
The meetup falls on 30th August 2016. Come join us for go-ful Merdeka eve celebration.
We’re still undecided which day to have our meetup.