Brief introduction Since the use of Chromebook, my mind has been flooded with the idea of developing in the cloud. I'm only happy with Cloud 9 in an online development environment where I've used a few bits. In fact, Cloud 9 doesn't support go development, so I'll teach you how to get go running on Cloud 9. Create your workspace The first step is to create a workspace, named according to your preferences. When the workspace is created, click the Start Edit button and you'll see a blank workspace and a readme.md file (it doesn't matter if you delete it). At the bottom of the workspace, you can see the console, which is where we're going to do it next. If you want to use a more pure console, you can start it in the following location: View > Terminals > New Terminal The best part of C9 is its virtual environment, and if you're familiar with the command line under Linux, it's easy to get started. Now that we've opened the working environment, let's start configuring it. |