Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)
Up and Running with GoГод выпуска: 11/2015
Производитель: Lynda
Сайт производителя: lynda.com/Go-tutorials/Up-Running-Go/412378-2.html
Автор: David Gassner
Продолжительность: 3:47
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: What is Go? Go is a next-generation, open-source programming language created by Google for building systems, web, and other applications. This course is designed to help developers get started with Go, covering its core language elements and syntax. David Gassner introduces tools and skills used in a Go workflow—including Go Playground, an online tool that takes Go development off the desktop. He also covers basic programming tasks: managing values, using math operators, storing values as complex types, and managing program flow. Plus, learn how to structure Go code for maximum readability and performance, read and write files, and make simple web requests.
[spoiler="Содержание"]
IntroductionWelcome
What you need to know
Using the exercise files
1.
Getting StartedGo's essential characteristics
Experimenting with the Go playground
Installing Go tools on Mac OS X
Installing Go tools on Windows
Choosing a development environment
Creating and compiling a hello world application
2.
Essential Go SkillsExploring Go command-line tools
Creating and compiling a Go workspace
Outputting strings with the fmt package
Getting input from the console
3.
Managing Simple ValuesExploring variables, constants, and types
Working with string values
Using math operators and the math package
Working with dates and times
4.
Managing Complex Types and CollectionsReferencing values with pointers
Storing ordered values in arrays
Storing ordered values in slices
How memory is allocated and managed
Storing unordered values in maps
Grouping related values in structs
5.
Managing Program FlowProgramming conditional logic
Evaluating expressions with switch statements
Creating loops with for statements
6.
Structuring Go CodeDefining and calling functions
Returning multiple values from functions
Creating packages as function libraries
Defining functions as methods of custom types
Defining and implementing interfaces
Handling errors
Deferring function calls
7.
Working with Files and the WebWriting to a text file
Reading from a text file
Walking a directory tree
Reading a text file from the web
Creating and parsing a JSON string
Creating a simple HTTP server
ConclusionNext steps
[/spoiler]
Файлы примеров: присутствуют
Формат видео: MP4
Видео: AVC, 1280x720, 16:9, 15fps, 181kbps
Аудио: AAC, 44.1kHz, 128kbps, stereo
[spoiler="Скриншоты"]

[/spoiler]