Go Tooling in Action
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore Go tooling in action through this 51-minute conference talk from GOTO Chicago 2016. Dive into the Go programming environment, starting with a simple "Hello World" program and progressing to more complex topics. Learn about Go editors, package management, and web server creation. Discover error handling techniques, including panic scenarios. Master testing methodologies, running tests, and debugging processes. Investigate importing instrumentation, linking issues, and benchmarking techniques. Gain insights into optimizing Go code performance and concluding best practices from Google Cloud Platform Senior Developer Advocate Francesc Campoy Flores.
Syllabus
Introduction
Go Environment
Hello World
Go Editor
Packages
Web Server
Error Check
Panic
Testing
Running Tests
Running Go Wrong
Importing an Instrumentation
Debugging
Wrong File
Link Devil
Torch
Population Time
Benchmarking
Solution
Test Bench
Half Time
Conclusion
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube