Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.09 KB

File metadata and controls

15 lines (8 loc) · 1.09 KB

7 Surprising Features of the Go Playground - Matt Dale, MongoDB

Talk Description

Most people know the Go Playground is a great tool for trying out Go code or sharing runnable code examples, but did you know it can do more? The Go Playground can display images and GIFs, provides a local network and filesystem sandbox, and even lets you clear the terminal output! You can write tests, define multiple code files and package directories, and fetch 3rd-party modules. There are also alternative Go Playground frontends that provide even more features!

Speaker Info

Matt is a software engineer living in the Pacific Northwest with over 10 years of experience. Since discovering Go in 2015, he has enjoyed writing software in, contributing to, and blogging about Go, both in his free time and professionally. Matt is currently working at MongoDB, helping develop and maintain the MongoDB driver for Go.

Blog: dev.to/matthewdale

Supporting Material

A PDF version of the slides from this talk are available here