Go Tutorial¶ English | Türkçe This page contains educational material that includes the use of data structures in Go and principles about concurrent programming. Topics¶ Data Structures Array, Slice, Map, Struct, Interface, Error, other common data structures and their usages. Concurrency The use of concurrency patterns in go.