Go: Getting Started
Go is the simple yet powerful language that is revolutionizing how web services and devops tools are created. In this course, you'll learn everything you need to get started creating your own Go applications.
What you'll learn
Go is one of the most exciting programming languages in the world today. It challenges the compromises that many languages make and dares to embrace simplicity and clarity as core design principles. In this course, Go: Getting Started, you will learn foundational knowledge to create your own Go applications. First, you will discover how to get Go set up on your system. Next, you will explore the language itself. Finally, you will put it all together by building your own simple, but fully capable web service. When you're finished with this course, you will have the skills and knowledge of Go needed to create your own basic applications and have a firm foundation to continue your journey into mastering the Go language.
Table of contents
- Introduction 2m
- Types of Loops 1m
- Creating Loops that Terminate Based on a Condition 5m
- Using Conditional Loops with Post Clauses 3m
- Creating Infinite Loops 3m
- Looping Over Collections 4m
- Working with the Panic Function 3m
- Creating If Statements 4m
- Demo: Adding Loops and Branches to the WebService 6m
- Writing Switch Statements 4m
- Demo: Adding Switch Statements to the WebService 8m
- Demo: Testing the WebService 4m
- Summary 4m