Create Tool:
Create Time:1970-01-01 08:00:00
File Size:7.89 GB
File Count:133
File Hash:a5c5cdacfe486a670fea6ff5f29414f841c685a4
01 Introduction/001 Valuable Resources.mp4 | 52.88 MB |
01 Introduction/002 Why choose the Go programming language.mp4 | 83.66 MB |
01 Introduction/003 Hello World.mp4 | 56.61 MB |
02 Installing Go/001 Section Overview.mp4 | 23.23 MB |
02 Installing Go/002 The Terminal.mp4 | 49.78 MB |
02 Installing Go/003 Installation Insights.mp4 | 88.20 MB |
02 Installing Go/004 Go Workspace.mp4 | 63.49 MB |
02 Installing Go/005 Environment Variables.mp4 | 89.18 MB |
02 Installing Go/006 Windows - Configuring Path Variables.mp4 | 63.37 MB |
02 Installing Go/007 Mac - Configuring Path Variables.mp4 | 65.80 MB |
02 Installing Go/008 Linux - Machine Setup.mp4 | 139.21 MB |
02 Installing Go/009 Linux - Machine Configuration.mp4 | 65.73 MB |
02 Installing Go/010 Linux - Configuring Path Variables.mp4 | 90.04 MB |
02 Installing Go/011 Testing Your Installation.mp4 | 41.02 MB |
02 Installing Go/012 Section Review.mp4 | 43.74 MB |
03 Your Development Environment/001 Section Overview.mp4 | 19.31 MB |
03 Your Development Environment/002 Go Editors.mp4 | 40.94 MB |
03 Your Development Environment/003 WebStorm Atom.io.mp4 | 30.74 MB |
03 Your Development Environment/004 Creating Your First Project.mp4 | 63.05 MB |
03 Your Development Environment/005 Hello World with Webstorm.mp4 | 56.96 MB |
03 Your Development Environment/006 The Go Command Documentation.mp4 | 50.06 MB |
03 Your Development Environment/007 Understanding Github.mp4 | 66.35 MB |
03 Your Development Environment/008 Using Github.mp4 | 111.07 MB |
03 Your Development Environment/009 Section Review.mp4 | 33.52 MB |
04 Computer Fundamentals/001 Section Overview.mp4 | 13.37 MB |
04 Computer Fundamentals/002 How Computers Work - Part I.mp4 | 80.19 MB |
04 Computer Fundamentals/003 How Computers Work - Part II.mp4 | 108.23 MB |
04 Computer Fundamentals/004 Github Update Command.mp4 | 79.54 MB |
04 Computer Fundamentals/005 Numeral Systems.mp4 | 55.33 MB |
04 Computer Fundamentals/006 Binary Numbering System.mp4 | 38.81 MB |
04 Computer Fundamentals/007 Hexadecimal Numbering System.mp4 | 40.50 MB |
04 Computer Fundamentals/008 Text Encoding.mp4 | 97.38 MB |
04 Computer Fundamentals/009 Coding Scheme Programs.mp4 | 69.93 MB |
04 Computer Fundamentals/010 Format Printing.mp4 | 87.31 MB |
04 Computer Fundamentals/011 Section Review.mp4 | 77.88 MB |
05 Language Fundamentals/001 Section Overview.mp4 | 47.69 MB |
05 Language Fundamentals/002 Packages.mp4 | 55.62 MB |
05 Language Fundamentals/003 Go Commands.mp4 | 44.30 MB |
05 Language Fundamentals/004 Variables.mp4 | 71.43 MB |
05 Language Fundamentals/005 Scope.mp4 | 52.18 MB |
05 Language Fundamentals/006 Scope II.mp4 | 59.01 MB |
05 Language Fundamentals/007 Closure.mp4 | 68.05 MB |
05 Language Fundamentals/008 Language Spec.mp4 | 126.61 MB |
05 Language Fundamentals/009 Blank Identifier.mp4 | 34.94 MB |
05 Language Fundamentals/010 Constants.mp4 | 59.44 MB |
05 Language Fundamentals/011 Constants II.mp4 | 65.06 MB |
05 Language Fundamentals/012 Words of Encouragement.mp4 | 57.34 MB |
05 Language Fundamentals/013 Memory Addresses.mp4 | 56.71 MB |
05 Language Fundamentals/014 Pointers.mp4 | 45.88 MB |
05 Language Fundamentals/015 Using Pointers.mp4 | 44.65 MB |
05 Language Fundamentals/016 Remainder.mp4 | 39.35 MB |
05 Language Fundamentals/017 Section Review.mp4 | 159.63 MB |
06 Control Flow/001 Section Overview.mp4 | 66.25 MB |
06 Control Flow/002 For Loop.mp4 | 51.60 MB |
06 Control Flow/003 Nested Loops.mp4 | 40.23 MB |
06 Control Flow/004 Conditions, Break, Continue.mp4 | 37.71 MB |
06 Control Flow/005 Documentation Terminology.mp4 | 109.31 MB |
06 Control Flow/006 Rune.mp4 | 57.52 MB |
06 Control Flow/007 String Type.mp4 | 81.43 MB |
06 Control Flow/008 Switch Statements.mp4 | 61.84 MB |
06 Control Flow/009 If Statements.mp4 | 49.33 MB |
06 Control Flow/010 Exercise Solutions.mp4 | 89.48 MB |
06 Control Flow/011 Section Review.mp4 | 86.07 MB |
07 Functions/001 Section Overview.mp4 | 20.97 MB |
07 Functions/002 Intro To Functions.mp4 | 50.46 MB |
07 Functions/003 Func Returns.mp4 | 13.76 MB |
07 Functions/004 Variadic Functions.mp4 | 42.31 MB |
07 Functions/005 Variadic Arguments.mp4 | 34.24 MB |
07 Functions/006 Func Expressions.mp4 | 33.54 MB |
07 Functions/007 Closure.mp4 | 36.85 MB |
07 Functions/008 Callbacks.mp4 | 51.09 MB |
07 Functions/009 Callback Example.mp4 | 27.30 MB |
07 Functions/010 Recursion.mp4 | 38.56 MB |
07 Functions/011 Defer.mp4 | 31.16 MB |
07 Functions/012 Pass By Value.mp4 | 66.16 MB |
07 Functions/013 Reference Types.mp4 | 41.72 MB |
07 Functions/014 Anonymous Self-Executing Functions.mp4 | 14.78 MB |
07 Functions/015 Bool Expressions.mp4 | 66.65 MB |
07 Functions/016 Exercises - Part I.mp4 | 24.19 MB |
07 Functions/017 Exercises - Part II.mp4 | 42.15 MB |
07 Functions/018 Exercises - Part III.mp4 | 58.66 MB |
07 Functions/019 Section Review.mp4 | 124.24 MB |
08 Data Structures - Array/001 Data Structures Overview.mp4 | 17.85 MB |
08 Data Structures - Array/002 Array.mp4 | 58.62 MB |
08 Data Structures - Array/003 Array Examples.mp4 | 61.08 MB |
09 Data Structures - Slice/001 Slices.mp4 | 85.23 MB |
09 Data Structures - Slice/002 Slice Examples.mp4 | 53.25 MB |
09 Data Structures - Slice/003 More Slice Examples.mp4 | 59.55 MB |
09 Data Structures - Slice/004 Creating A Slice.mp4 | 97.74 MB |
09 Data Structures - Slice/005 Incrementing A Slice Item.mp4 | 27.69 MB |
09 Data Structures - Slice/006 Section Review.mp4 | 109.70 MB |
10 Data Structures - Map/001 Maps Introduction.mp4 | 24.73 MB |
10 Data Structures - Map/002 Map Examples - Part I.mp4 | 57.08 MB |
10 Data Structures - Map/003 Map Examples - Part II.mp4 | 59.61 MB |
10 Data Structures - Map/004 Map Examples - Part III.mp4 | 38.33 MB |
10 Data Structures - Map/005 Map Documentation.mp4 | 82.19 MB |
10 Data Structures - Map/006 Map Range Loop.mp4 | 30.32 MB |
10 Data Structures - Map/007 GitHub Pull.mp4 | 55.52 MB |
10 Data Structures - Map/008 Hash Tables.mp4 | 164.31 MB |
10 Data Structures - Map/009 Hashing Words.mp4 | 98.09 MB |
10 Data Structures - Map/010 Hashing Words II.mp4 | 84.32 MB |
10 Data Structures - Map/011 Build A Hash Table.mp4 | 72.87 MB |
10 Data Structures - Map/012 Finished Hash Algorithm.mp4 | 100.44 MB |
11 Data Structures - Struct/001 Structs Introduction.mp4 | 50.95 MB |
11 Data Structures - Struct/002 OOP in Go.mp4 | 97.15 MB |
11 Data Structures - Struct/003 User-Defined Types.mp4 | 71.21 MB |
11 Data Structures - Struct/004 Composition.mp4 | 58.60 MB |
11 Data Structures - Struct/005 JSON Marshal.mp4 | 85.59 MB |
11 Data Structures - Struct/006 JSON Unmarshal.mp4 | 19.12 MB |
11 Data Structures - Struct/007 JSON Encode.mp4 | 46.74 MB |
11 Data Structures - Struct/008 JSON Decode.mp4 | 54.66 MB |
12 Interfaces/001 Interfaces Introduction.mp4 | 35.43 MB |
12 Interfaces/002 Interface Examples.mp4 | 68.07 MB |
12 Interfaces/003 Code Substitutability.mp4 | 103.27 MB |
12 Interfaces/004 Bill Kennedy.mp4 | 70.00 MB |
12 Interfaces/005 Donovan Kernighan.mp4 | 109.60 MB |
12 Interfaces/006 Sort Package.mp4 | 85.66 MB |
12 Interfaces/007 Sort Solution.mp4 | 57.47 MB |
12 Interfaces/008 Sort Reverse.mp4 | 102.40 MB |
12 Interfaces/009 Sort Slice Int.mp4 | 31.26 MB |
12 Interfaces/010 Empty Interface.mp4 | 91.67 MB |
12 Interfaces/011 Method Sets.mp4 | 82.22 MB |
12 Interfaces/012 Conversion vs Assertion.mp4 | 75.16 MB |
13 Concurrency/001 Concurrency WaitGroup.mp4 | 32.52 MB |
13 Concurrency/001 Links.html | 1.32 KB |
13 Concurrency/002 Parallelism.mp4 | 24.24 MB |
13 Concurrency/003 Race Conditions.mp4 | 27.82 MB |
13 Concurrency/004 Mutex.mp4 | 25.87 MB |
13 Concurrency/005 Atomicity.mp4 | 31.53 MB |
13 Concurrency/006 Channels.mp4 | 66.84 MB |
13 Concurrency/007 Troubleshooting Race Conditions.mp4 | 48.73 MB |
13 Concurrency/008 Additional Resources.mp4 | 36.87 MB |
14 Farewell/001 Next Steps.mp4 | 74.21 MB |
udp://tracker.publicbt.com:80/announce |
udp://glotorrents.pw:6969/announce |
udp://tracker.openbittorrent.com:80/announce |
TorrentBank
Copyright © 2024