Nytro Posted March 20, 2015 Report Posted March 20, 2015 InstallersInstalls Go and a text editor.WindowsOSX (32 bit, 64 bit)The BookAn Introduction to Programming in Go.Copyright © 2012 by Caleb DoxseyISBN: 978-1478355823This book is available for purchase at Amazon.com in Kindle or Paperback. It is available for free online below or in PDF form.Questions, comments, corrections or concerns can be sent to Caleb Doxsey.Table of ContentsGetting StartedFiles and FoldersThe TerminalText EditorsGo ToolsYour First ProgramHow to Read a Go Program[*]TypesNumbersStringsBooleans[*]VariablesHow to Name a VariableScopeConstantsDefining Multiple VariablesAn Example Program[*]Control StructuresForIfSwitch[*]Arrays, Slices and MapsArraysSlicesMaps[*]FunctionsYour Second FunctionReturning Multiple ValuesVariadic FunctionsClosureRecursionDefer, Panic & Recover[*]PointersThe * and & operatorsnew[*]Structs and InterfacesStructsMethodsInterfaces[*]ConcurrencyGoroutinesChannels[*]PackagesCreating PackagesDocumentation[*]Testing[*]The Core PackagesStringsInput / OutputFiles & FoldersErrorsContainers & SortHashes & CryptographyServersParsing Command Line ArgumentsSynchronization Primitives[*]Next StepsStudy the MastersMake SomethingTeam UpAdditional ResourcesVideo tutorial on how to build tries in Go© 2014 Caleb Doxsey. Cover Art: © 2012 Abigail Doxsey Anderson. All Rights Reserved. Sursa: http://www.golang-book.com/ Quote