Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog posts tagged
"golang"


Adi Singh
29 April 2020

Go for ROS

Robotics Article

If you started reading this post thinking I would explain why you should go for ROS when building robots, think again. To be fair, that topic deserves a post of its own. But for this article, I’ll be using Go in the context of Golang. As in the Go programming language. As in the one ...


Igor Ljubuncic
23 May 2019

Snapcraft parts & plugins

Desktop Article

Last week, we published Introduction to snapcraft, a tutorial that provided a detailed overview of the snap build process. We touched on the concepts like snap ecosystem components, snapcraft command line, snapcraft.yaml syntax, and more. We’d like to expand on the first lesson, and today, we are going to talk about parts and plugins, use ...


Gustavo Niemeyer
5 April 2019

API v3 of the yaml package for Go is available

Cloud and server Article

API v3 of the yaml package for Go is out, and it brings comment handling, intermediate node representations, and much more. The initial sketch for v3 of the yaml package for Go was first drafted almost exactly a year ago, by the end of March last year (2018). If this package doesn’t sound familiar, it’s ...


Igor Ljubuncic
7 February 2019

Zero to Hero – Snap me up before you GO!

Desktop Desktop

Two weeks ago, my colleague Alan wrote an article on how one goes about packaging an application as a snap. The focus of that piece was a handful of tips and tricks that should make the transition from raw code to a working snap easier and more fun. Today, I’ll give you a slightly different ...


Martin Wimpress
31 July 2018

Create your Linux development workstation in seconds

Desktop Article

Linux is the best platform for developers. Here’s how you can get popular languages and development environments up and running in moments. The first step is to install snapd (the service that runs and manages Snaps) on your distro, then you can install your pick from some of our recommendations below. We regularly share new ...


didrocks
18 January 2017

5 Cool things Canonical does with Go

Cloud and server Article

We had the recent news that Google’s Go was awarded programming language of 2016 by TIOBE! One of the main reasons for winning is the ease of learning and pragmatic nature. It’s less about theoretical nature and more about hands-on-experience, which is why more and more customers are adopting go in Industrial settings. At Canonical ...


Adam Stokes
17 November 2015

Extending Juju, Plugin basics in Go

Cloud and server Article

This is a quick introduction on extending Juju with plugins written in Go. What we’ll cover:Setting up your Go environmentGetting the Juju source codeWriting a basic plugin named juju-lyaplugin short for (juju-learnyouaplugin)End result will be a ...


Canonical
3 June 2015

So You Want to Write a Snappy App?

Cloud and server Article

Introduction If you are anything like me, you love to write apps for Ubuntu. Like the Ubuntu phone two years ago, snappy is a bit of a green field in terms of IoT related apps. If you are like me and have a Beagle Bone and a Raspberry Pi 2 and several old netbooks and ...