GopherAcademy Blog

Community Contributed Articles and Tutorials on Go

All Posts

GopherCon 2020 Agenda

#GoVirCon Schedule Announced We’re really excited to announce the schedule for our virtual presentation of GopherCon 2020! Our official programming starts on Monday, November 9th and Tuesday, November 10th with our trademark pre-conference workshops.

GopherCon 2020 Online

#GopherCon is now #GoVirCon! With increasing cases of coronavirus in the US, travel bans and restrictions holding strong likely through the end of the year, and Gopher Academy’s increasing concern regarding the health and well-being of our community members, at the end of June we made a confident decision to cancel the in-person conference.

GopherCon 2020 Update

It’s been a few weeks since our first release about GopherCon and COVID-19, so we wanted to share an update. You all are the backbone of this conference and so important to us!

GopherCon 2020 COVID-19 Response

Many in the community are facing concerns about COVID-19, the disease caused by the newly discovered coronavirus [1]. We at Gopher Academy are following the status of COVID-19 carefully in preparation for the June conference.

HTML, CSS and Go, Together at Long Last: Vugu Premise and Example

Huh, what’s a Vugu? Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.

Some Thoughts on Library Design

As programmers we use libraries a lot. But library design is hard. In this article, I will walk through some considerations in designing a library.